 | BehaviorTreeLibraryEntryTreeSerialized Property |
Tree.
Namespace: Slash.AI.BehaviorTrees.ManagementAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic XmlWrapper TreeSerialized { get; set; }
Public Property TreeSerialized As XmlWrapper
Get
Set
public:
property XmlWrapper^ TreeSerialized {
XmlWrapper^ get ();
void set (XmlWrapper^ value);
}
member TreeSerialized : XmlWrapper with get, set
Property Value
Type:
XmlWrapper
See Also