コード例 #1
0
ファイル: EntityBase.cs プロジェクト: BenChung/CryMono
 /// <summary>
 /// Frees the specified slot of all objects.
 /// </summary>
 /// <param name="slot"></param>
 public void FreeSlot(int slot)
 {
     NativeEntityMethods.FreeSlot(this.GetIEntity(), slot);
 }