Пример #1
0
 public static ILevelElement GetElement(ILevelElementDescription elementDescription)
 {
     return(null);
 }
Пример #2
0
 private bool ElementIsAboutToEnterScreen(ILevelElementDescription element)
 {
     return(element.position.x < ScreenLimit);
 }