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

DuplicateCollisionShape2() private method

private DuplicateCollisionShape2 ( IntPtr sim, IntPtr srcShape, uint id ) : IntPtr
sim System.IntPtr
srcShape System.IntPtr
id uint
return System.IntPtr
            public static extern IntPtr DuplicateCollisionShape2(IntPtr sim, IntPtr srcShape, uint id);
BSAPIUnman.BSAPICPP