示例#1
0
文件: Entity.cs 项目: tiomke/paradox
 static Entity()
 {
     PropertyContainer.AddAccessorProperty(typeof(Entity), TransformComponent.Key);
 }
示例#2
0
文件: Scene.cs 项目: dhootha/paradox
 static Scene()
 {
     PropertyContainer.AddAccessorProperty(typeof(Scene), SceneComponent.Key);
 }