接口 hsgame.Button
的使用

hsgameButton 的使用
 

参数类型为 Buttonhsgame 中的方法
 void GameEngine.setNoInteractiveDialogForm(int type, Form dialogForm, Button dialogButton, Label headLabel)
          设置无交互对话窗体。
 void GameEngine.setNoInteractiveDialogForm(int type, Form dialogForm, Button dialogButton, Label headLabel, Label nameLabel)
          设置无交互对话窗体。
 void GameEngine.setNoInteractiveDialogForm(int type, Form dialogForm, Button dialogButton, Label headLabel, Label questionLabel, ListView listView)
          设置无交互对话窗体(扩展选择性对话)。