Class Wall
Class to implement wall as obstacle.
-
Field Summary
Fields inherited from class GameObject
game, timer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
awake()
Like unity Awake (invoke on create of object or create gameplay).Methods inherited from class GameObject
getDeltaTime, onDestroy, setTimer, start, timerClockDown, update
-
Constructor Details
-
Wall
public Wall(int x, int y)Set wall positions.
-
-
Method Details
-
awake
protected void awake()Description copied from class:GameObject
Like unity Awake (invoke on create of object or create gameplay).- Overrides:
awake
in classGameObject
-