Node Reparent Actions

Node Reparent Actions

Module description

The following represent flags describing the possible actions to be taken regarding reparenting of nodes during a merge operation.

These values can be passed to the Interface::MergeFromFile method's reparentAction parameter and other methods as documented.

See also
Interface::MergeFromFile

Macros

#define MERGE_REPARENT_PROMPT   0
 Prompt user for reparenting action. More...
 
#define MERGE_REPARENT_ALWAYS   1
 Maintain node hierarchies are maintained when merging nodes. More...
 
#define MERGE_REPARENT_NEVER   2
 Don't maintain node hierarchies are maintained when merging nodes. More...
 

Macro Definition Documentation

#define MERGE_REPARENT_PROMPT   0

Prompt user for reparenting action.

#define MERGE_REPARENT_ALWAYS   1

Maintain node hierarchies are maintained when merging nodes.

#define MERGE_REPARENT_NEVER   2

Don't maintain node hierarchies are maintained when merging nodes.

Merged nodes become children of the scene's root node.