enum MAGES::Networking::MAGESSyncChildren¶
Overview¶
Enum defining different synchronization modes for objects. More…
enum MAGESSyncChildren { None, ParentOnly, ChildrenOnly, All, };
Detailed Documentation¶
Enum defining different synchronization modes for objects.
Enum Values¶
None
Do not synchronize any object.
ParentOnly
Synchronize only the transform of the root object.
ChildrenOnly
Synchronize only the transform of children.
All
Synchronize the transform of both children and parent.