XRBodyModifier3D
Inherits: SkeletonModifier3D < Node3D < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
BitField<BodyUpdate> |
|
|
|
Enumerations
flags BodyUpdate:
BodyUpdate BODY_UPDATE_UPPER_BODY = 1
There is currently no description for this enum. Please help us by contributing one!
BodyUpdate BODY_UPDATE_LOWER_BODY = 2
There is currently no description for this enum. Please help us by contributing one!
BodyUpdate BODY_UPDATE_HANDS = 4
There is currently no description for this enum. Please help us by contributing one!
enum BoneUpdate:
BoneUpdate BONE_UPDATE_FULL = 0
There is currently no description for this enum. Please help us by contributing one!
BoneUpdate BONE_UPDATE_ROTATION_ONLY = 1
There is currently no description for this enum. Please help us by contributing one!
BoneUpdate BONE_UPDATE_MAX = 2
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
StringName body_tracker = &"/user/body_tracker"
void set_body_tracker ( StringName value )
StringName get_body_tracker ( )
There is currently no description for this property. Please help us by contributing one!
BitField<BodyUpdate> body_update = 7
void set_body_update ( BitField<BodyUpdate> value )
BitField<BodyUpdate> get_body_update ( )
There is currently no description for this property. Please help us by contributing one!
BoneUpdate bone_update = 0
void set_bone_update ( BoneUpdate value )
BoneUpdate get_bone_update ( )
There is currently no description for this property. Please help us by contributing one!