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

BuildCapsuleShape2() private method

private BuildCapsuleShape2 ( IntPtr world, float radius, float height, System.Vector3 scale ) : IntPtr
world System.IntPtr
radius float
height float
scale System.Vector3
return System.IntPtr
            public static extern IntPtr BuildCapsuleShape2(IntPtr world, float radius, float height, Vector3 scale);
BSAPIUnman.BSAPICPP