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);
Exemple #3
0
 public void GenerateGUID(EntityType entityType, ulong entityIdCounter)
 {
     EntityGUID = new EntityGUID(entityType, entityIdCounter);
 }