Exemplo n.º 1
0
 void OnDeleteEntity(sime.DeleteSimulationEntity delete)
 {
     _entity = null;
     _camera = null;
 }
Exemplo n.º 2
0
 void DeleteEntityNotificationHandler(simengine.DeleteSimulationEntity del)
 {
     _entity = null;
 }
Exemplo n.º 3
0
 void DeleteEntityNotificationHandler(simengine.DeleteSimulationEntity del)
 {
     DeleteEntityInternal();
 }