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: // fields GameObject actionObject; // properties GameObject ActionObject; };
Inherited Members¶
public:
// fields
bool destroyOnPerform;
bool destroyOnUndo = true;
bool isDestroyOnPerformAvailable = true;
bool isDestroyOnUndoAvailable = true;
BaseActionData.ObjectParentType parentType;
string parentPath;
UniqueReference parentReference;
GameObject parentPrefab;
string actionGameObjectLabel;
string actionGameObjectTooltip;
// 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.