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

SetCenterOfMassByPosRot2() private method

private SetCenterOfMassByPosRot2 ( IntPtr obj, Vector3 pos, Quaternion rot ) : void
obj IntPtr
pos Vector3
rot Quaternion
return void
            public static extern void SetCenterOfMassByPosRot2(IntPtr obj, Vector3 pos, Quaternion rot);
BSAPIUnman.BSAPICPP