enum MAGES::BaseActionData::ObjectParentType

Overview

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

enum ObjectParentType
{
    None,
    Path,
    Reference,
};

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.