Universe.Physics.BulletSPlugin.BSAPITemplate.ApplyForce C# (CSharp) Method

ApplyForce() public abstract method

public abstract ApplyForce ( BulletBody obj, System.Vector3 force, System.Vector3 pos ) : void
obj BulletBody
force System.Vector3
pos System.Vector3
return void
        public abstract void ApplyForce(BulletBody obj, Vector3 force, Vector3 pos);
BSAPITemplate