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

ApplyImpulse() public abstract method

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