InteractableRotationTheme.IsRelativeRotation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, the theme rotation value will be added to the initial Gameobject's rotation. Otherwise, it will set directly as absolute euler angles.
public:
property bool IsRelativeRotation { bool get(); };
public bool IsRelativeRotation { get; }
member this.IsRelativeRotation : bool
Public ReadOnly Property IsRelativeRotation As Boolean