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

CreateBodyWithDefaultMotionState2() private method

private CreateBodyWithDefaultMotionState2 ( IntPtr shape, uint id, System.Vector3 pos, Quaternion rot ) : IntPtr
shape System.IntPtr
id uint
pos System.Vector3
rot Quaternion
return System.IntPtr
            public static extern IntPtr CreateBodyWithDefaultMotionState2(IntPtr shape, uint id, Vector3 pos,
                Quaternion rot);
BSAPIUnman.BSAPICPP