class MAGES::SceneGraph::ActionGameObject

Overview

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

class ActionGameObject: public MAGES::SceneGraph::ActionGameObjectBase
{
public:
    // properties

    GameObject ActionObject;
};

Inherited Members

public:
    // properties

    bool AdvancedMode;
    bool DestroyOnPerform;
    bool DestroyOnUndo;
    bool IsDestroyOnPerformAvailable;
    bool IsDestroyOnUndoAvailable;
    Transform ActionObjectParent;
    string ActionGameObjectLabel;
    string ActionGameObjectTooltip;

Detailed Documentation

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

Properties

GameObject ActionObject

Gets or sets the action object.