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

CreateGroundPlaneShape2() private method

private CreateGroundPlaneShape2 ( uint id, float height, float collisionMargin ) : IntPtr
id uint
height float
collisionMargin float
return System.IntPtr
            public static extern IntPtr CreateGroundPlaneShape2(uint id, float height, float collisionMargin);
BSAPIUnman.BSAPICPP