Exemplo n.º 1
0
 extern public static IntPtr AddEntityLink(IntPtr entPtr, string linkName, EntityId otherId, EntityGUID otherGuid, Quat relativeRot, Vec3 relativePos);
 public static extern IntPtr AddEntityLink(IntPtr entPtr, string linkName, EntityId otherId, EntityGUID otherGuid, Quat relativeRot, Vec3 relativePos);
Exemplo n.º 3
0
 public void GenerateGUID(EntityType entityType, ulong entityIdCounter)
 {
     EntityGUID = new EntityGUID(entityType, entityIdCounter);
 }