class MAGES::SceneGraph::SceneGraphData::Group

Overview

A group that can encapsulate a set of actions. More…

class Group
{
public:
    // properties

    string Name;
    Vector2 Position;
    List Children;
};

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.

List Children

Gets or sets the children of the group.