| DialogueList Class |
Namespace: Appkit.Sys.Object
[SerializableAttribute] public class DialogueList : AkObjectList<Dialogue>
The DialogueList type exposes the following members.
| Name | Description | |
|---|---|---|
| DialogueList |
构造对话集合。
未加载。 | |
| DialogueList(String) |
根据表达式构造对话集合并加载。
| |
| DialogueList(AkObject) |
根据父对象构造对话集合并加载。
即指定父对象的相关子对象的集合。 | |
| DialogueList(String, Object) |
根据属性构造对话集合并加载。
|
| Name | Description | |
|---|---|---|
| FindBySeqid |
按照顺序号查找对话。
| |
| New |
构造对话集合。
未加载。 | |
| New(String) |
根据表达式构造对话集合并加载。
| |
| New(AkObject) |
根据父对象构造对话集合并加载。
即指定父对象的相关子对象的集合。 | |
| New(String, Object) |
根据属性构造对话集合并加载。
|