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

    List ActionObjectList;
};

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

List ActionObjectList

Gets the action object.