Skip to content

RotationBehaviorConfig

ts
type RotationBehaviorConfig = object &
  | DirectionConfigType
  | BehaviorStaticConfig<number>
  | BehaviorSingleListConfig<number>
  | AccelerationConfigType;

Type defining the configuration for RotationBehavior.

Type Declaration

useDegrees?

ts
optional useDegrees: boolean;