Appearance
type RotationBehaviorConfig = object & | DirectionConfigType | BehaviorStaticConfig<number> | BehaviorSingleListConfig<number> | AccelerationConfigType;
Type defining the configuration for RotationBehavior.
optional useDegrees: boolean;