コード例 #1
0
ファイル: Attachment.cs プロジェクト: yonder/CryMono
 public void SwitchToEntityObject(EntityId entityId)
 {
     NativeEntityMethods.BindAttachmentToEntity(Handle, entityId);
 }