Esempio n. 1
0
 public static ILevelElement GetElement(ILevelElementDescription elementDescription)
 {
     return(null);
 }
Esempio n. 2
0
 private bool ElementIsAboutToEnterScreen(ILevelElementDescription element)
 {
     return(element.position.x < ScreenLimit);
 }