예제 #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);
 }