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

CreateCompoundShape2() private method

private CreateCompoundShape2 ( IntPtr sim, bool enableDynamicAabbTree ) : IntPtr
sim System.IntPtr
enableDynamicAabbTree bool
return System.IntPtr
            public static extern IntPtr CreateCompoundShape2(IntPtr sim, bool enableDynamicAabbTree);
BSAPIUnman.BSAPICPP