Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.ApplyImpulse2 C# (CSharp) Method

ApplyImpulse2() private method

private ApplyImpulse2 ( IntPtr obj, System.Vector3 imp, System.Vector3 pos ) : void
obj System.IntPtr
imp System.Vector3
pos System.Vector3
return void
            public static extern void ApplyImpulse2(IntPtr obj, Vector3 imp, Vector3 pos);
BSAPIUnman.BSAPICPP