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