class MAGES::SceneGraph::ActionGameObject

Overview

property Drawer of the collection of all the properties an object needs in an Action. More…

class ActionGameObject
{
public:
    // properties

    bool AdvancedMode;
    GameObject ActionObject;
    bool DestroyOnPerform;
    Transform ActionObjectParent;
    string ActionGameObjectLabel;
    string ActionGameObjectTooltip;
};

Detailed Documentation

property Drawer of the collection of all the properties an object needs in an Action.

Properties

bool AdvancedMode

Gets or sets a value indicating whether the advanced mode is enabled.

GameObject ActionObject

Gets or sets the action object.

bool DestroyOnPerform

Gets or sets a value indicating whether the action object should be destroyed on perform.

Transform ActionObjectParent

Gets the parent object of the action object.

string ActionGameObjectLabel

Gets or sets the object’s editor lablel.

string ActionGameObjectTooltip

Gets or sets the object’s editor tooltip.