Enumerations

Scene/Objects

Brief descriptions

Enumerations

nau::scene::SetParentOpts

Represents various options applied when object’s parent is changed.

Detailed information

scene::SetParentOpts

engine/core/modules/scene/include/nau/scene/scene_object.h

enum class nau::scene::SetParentOpts

Represents various options applied when object’s parent is changed.

Values:

enumerator DontKeepWorldTransform

Indicates that the object will be moved so that its local transform is unmodified. Otherwise, it will remain its position in the world space and its local coordinates will be adjusted.