RotateComponent constructor

RotateComponent(
  1. double speed,
  2. bool clockwise
)

Implementation

RotateComponent(this.speed, this.clockwise);