コード例 #1
0
 void OnDeleteEntity(sime.DeleteSimulationEntity delete)
 {
     _entity = null;
     _camera = null;
 }
コード例 #2
0
 void DeleteEntityNotificationHandler(simengine.DeleteSimulationEntity del)
 {
     _entity = null;
 }
コード例 #3
0
 void DeleteEntityNotificationHandler(simengine.DeleteSimulationEntity del)
 {
     DeleteEntityInternal();
 }