Пример #1
0
            internal static unsafe void Invoke(IntPtr obj, MRMeshComponent InMRMeshPtr)
            {
                long *p = stackalloc long[] { 0L, 0L };
                byte *b = (byte *)p;

                *((IntPtr *)(b + 0)) = InMRMeshPtr;
                Main.GetProcessEvent(obj, DisconnectMRMesh_ptr, new IntPtr(p));;
            }
        }
Пример #2
0
 ///<summary>Unlinks the current procedural mesh component from the mesh tracking system.</summary>
 ///<remarks>
 ///@param InMRMeshPtr The procedural mesh component to unlink from the mesh tracking system.
 ///</remarks>
 public void DisconnectMRMesh(MRMeshComponent InMRMeshPtr) =>
 MeshTrackerComponent_methods.DisconnectMRMesh_method.Invoke(ObjPointer, InMRMeshPtr);