C# Class DesertHandler, UrsaMajor

Inheritance: MonoBehaviour
Afficher le fichier Open project: BJarv/UrsaMajor

Méthodes publiques

Свойство Type Description
buffer float
tile GameObject
yPos float
zPos float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void
addTransition ( GameObject bg ) : void
changeTile ( GameObject bg ) : void
makeNewTile ( float tileSize, GameObject tile, Queue tileQ ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

addTransition() public méthode

public addTransition ( GameObject bg ) : void
bg GameObject
Résultat void

changeTile() public méthode

public changeTile ( GameObject bg ) : void
bg GameObject
Résultat void

makeNewTile() public méthode

public makeNewTile ( float tileSize, GameObject tile, Queue tileQ ) : void
tileSize float
tile GameObject
tileQ Queue
Résultat void

Property Details

buffer public_oe property

public float buffer
Résultat float

tile public_oe property

public GameObject tile
Résultat GameObject

yPos public_oe property

public float yPos
Résultat float

zPos public_oe property

public float zPos
Résultat float