Beispiel #1
0
 static CCMotorSettings()
 {
     CCMotorSettings.Movement_init = CCMotor.Movement.init;
 }
Beispiel #2
0
 public MovementContext(ref CCMotor.Movement setup)
 {
     this.setup = setup;
     this.collisionFlags = CollisionFlags.None;
     this.crouchBlocked = false;
     this.acceleration = new Vector3();
     this.velocity = new Vector3();
     this.frameVelocity = new Vector3();
     this.hitPoint = new Vector3();
     this.lastHitPoint.x = Single.PositiveInfinity;
     this.lastHitPoint.y = 0f;
     this.lastHitPoint.z = 0f;
 }
Beispiel #3
0
 static CCMotorSettings()
 {
     CCMotorSettings.Movement_init = CCMotor.Movement.init;
 }