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

SetCollisionShape2() private method

private SetCollisionShape2 ( IntPtr sim, IntPtr obj, IntPtr shape ) : void
sim IntPtr
obj IntPtr
shape IntPtr
return void
            public static extern void SetCollisionShape2(IntPtr sim, IntPtr obj, IntPtr shape);
BSAPIUnman.BSAPICPP