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

CreateMeshShape2() private method

private CreateMeshShape2 ( 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 CreateMeshShape2(IntPtr world,
                int indicesCount, [MarshalAs(UnmanagedType.LPArray)] int[] indices,
                int verticesCount, [MarshalAs(UnmanagedType.LPArray)] float[] vertices);
BSAPIUnman.BSAPICPP