static Entity() { PropertyContainer.AddAccessorProperty(typeof(Entity), TransformComponent.Key); }
static Scene() { PropertyContainer.AddAccessorProperty(typeof(Scene), SceneComponent.Key); }