Esempio n. 1
0
 static Entity()
 {
     PropertyContainer.AddAccessorProperty(typeof(Entity), TransformComponent.Key);
 }
Esempio n. 2
0
 static Scene()
 {
     PropertyContainer.AddAccessorProperty(typeof(Scene), SceneComponent.Key);
 }