class MAGES::SceneGraph::SceneGraphData::Group¶
Overview¶
A group that can encapsulate a set of actions. More…
class Group { public: // properties string Name; Vector2 Position; ListChildren; };
Detailed Documentation¶
A group that can encapsulate a set of actions.
Properties¶
string Name
Gets or sets the name of the group.
Vector2 Position
Gets or sets the position of the group.
ListChildren
Gets or sets the children of the group.