enum MAGES::BaseActionData::ObjectParentType

Overview

Enum with the types of parent for the Use Object. More…

enum ObjectParentType
{
    None,
    Path,
    Reference,
    Prefab,
};

Detailed Documentation

Enum with the types of parent for the Use Object.

Enum Values

None

No parent.

Path

Reference an object from the scene using its absolute path.

Reference

Reference an object from the scene using the Unique Identifier.

Prefab

Prefab Object that will spawn as well. Then the ActionGameObject will be child of this one.