示例#1
0
 void OffsetPlayerController(Vector3 offset)
 {
     playerMotor.ClearActivePlatform();
     playerMotor.AdjustFallStart(offset.y);
     playerMotor.transform.position += offset;
     StreamingWorld.OffsetWorldCompensation(offset, true);
 }