FlyToPositionCommand constructor

FlyToPositionCommand({
  1. int x = 0,
  2. int y = 0,
  3. int z = 0,
  4. int speed = 20,
})

Implementation

FlyToPositionCommand({this.x = 0, this.y = 0, this.z = 0, this.speed = 20});