接口 hsgame.Label
的使用

hsgameLabel 的使用
 

参数类型为 Labelhsgame 中的方法
 void GameEngine.setInteractiveDialogForm(Form dialogForm, Label questionLabel, ListView listView)
          设置交互对话窗体。
 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)
          设置无交互对话窗体(扩展选择性对话)。