Esempio n. 1
0
        public void ApplyForce(Vector3 force)
        {
            Vector3 translation;

            translation = GetTranslation();

            Physics.ApplyForce(this, translation, force);
        }
Esempio n. 2
0
 public void ApplyForce(Vector3 force)
 {
     Physics.ApplyForce(force);
 }