public ShadowSystem()
 {
     Filter.AllOf(typeof(ComponentCastShadow));
 }
示例#2
0
 public FireParticles()
 {
     Filter.AllOf(typeof(ComponentFlammable));
 }
示例#3
0
 public RevealProcessor()
 {
     Filter.AllOf(typeof(ComponentRevealMap));
 }
示例#4
0
 public CircleMenuRenderer()
 {
     Filter.AllOf(typeof(CircleMenu), typeof(ComponentInventory));
 }