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

BuildNativeShape2() private method

private BuildNativeShape2 ( IntPtr world, ShapeData shapeData ) : IntPtr
world System.IntPtr
shapeData ShapeData
return System.IntPtr
            public static extern IntPtr BuildNativeShape2(IntPtr world, ShapeData shapeData);
BSAPIUnman.BSAPICPP