Enum RetargetModifier3D.TransformFlag
- Namespace
- Godot
- Assembly
- GodotSharp.dll
[Flags]
public enum RetargetModifier3D.TransformFlag : long
Fields
All = Position | Rotation | Scale
If set, allows to retarget the position/rotation/scale.
Position = 1
If set, allows to retarget the position.
Rotation = 2
If set, allows to retarget the rotation.
Scale = 4
If set, allows to retarget the scale.