class MAGES::SceneGraph::ActionGameObjectList¶
Overview¶
A list of Gameobjects that will be spawned during an Action. Used for Actions with multiple ActionGameObjects. More…
class ActionGameObjectList: public MAGES::SceneGraph::ActionGameObjectBase { public: // properties ListActionObjectList; };
Inherited Members¶
public:
// properties
bool AdvancedMode;
bool DestroyOnPerform;
bool DestroyOnUndo;
bool IsDestroyOnPerformAvailable;
bool IsDestroyOnUndoAvailable;
Transform ActionObjectParent;
string ActionGameObjectLabel;
string ActionGameObjectTooltip;
Detailed Documentation¶
A list of Gameobjects that will be spawned during an Action. Used for Actions with multiple ActionGameObjects.
Properties¶
ListActionObjectList
Gets the action object.