Beispiel #1
0
 public T GetEntityInfo <T>(EntityInfoKey key, Entity entity, params object[] data) where T : InfoData
 {
     return(infosCenter.GetEntityInfo <T>((int)key, entity, data));
 }
Beispiel #2
0
 public EntitySensorAttribute(EntityInfoKey infoKey)
 {
     this.InfoKey = infoKey;
 }