 | CompositeTTaskDataChildrenSerialized Property |
Xml Serialization for decorated children.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic XmlWrapperList ChildrenSerialized { get; set; }
Public Property ChildrenSerialized As XmlWrapperList
Get
Set
public:
property XmlWrapperList^ ChildrenSerialized {
XmlWrapperList^ get ();
void set (XmlWrapperList^ value);
}
member ChildrenSerialized : XmlWrapperList with get, set
Property Value
Type:
XmlWrapperList
See Also