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

CreateGhostFromShape2() private method

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