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

CreateGImpactShape2() private method

private CreateGImpactShape2 ( IntPtr world, int indicesCount, [ indices, int verticesCount, [ vertices ) : IntPtr
world System.IntPtr
indicesCount int
indices [
verticesCount int
vertices [
return System.IntPtr
            public static extern IntPtr CreateGImpactShape2(IntPtr world,
                int indicesCount, [MarshalAs(UnmanagedType.LPArray)] int[] indices,
                int verticesCount, [MarshalAs(UnmanagedType.LPArray)] float[] vertices );
BSAPIUnman.BSAPICPP