예제 #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);
예제 #3
0
파일: Entity.cs 프로젝트: vitalyo7/Rasa.NET
 public void GenerateGUID(EntityType entityType, ulong entityIdCounter)
 {
     EntityGUID = new EntityGUID(entityType, entityIdCounter);
 }