Свойство | Type | Description | |
---|---|---|---|
deadTrain | GameObject | ||
deathDelay | float | ||
despawnBuffer | float | ||
exPoint | int | ||
exemptCars | GameObject[] | ||
fallAwayPoint | Vector2 | ||
player | GameObject | ||
possTrains | GameObject[] | ||
railHeight | float | ||
shopCar | GameObject | ||
testCar | GameObject | ||
theShopCar | GameObject | ||
trainFallSpeed | float | ||
trains | Queue |
||
tutCar1 | GameObject | ||
tutCar2 | GameObject | ||
widthBetween | float |
Méthode | Description | |
---|---|---|
KillTrain ( ) : void | ||
appendTrain ( GameObject train ) : void | ||
emptyDeadTrain ( ) : void | ||
exitTele ( ) : Vector3 | ||
exitTele ( GameObject trainCheck ) : Vector3 | ||
headCenter ( ) : float | ||
headCenter ( GameObject trainCheck ) : float | ||
headPanel ( ) : GameObject | ||
headPanel ( GameObject trainCheck ) : GameObject | ||
headVault ( ) : Vector3 | ||
playerWithinFirst ( ) : bool |
Méthode | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
QueueAndMove ( ) : void | ||
QueueAndMove ( GameObject traincar ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
spawnShop ( ) : void |
public appendTrain ( GameObject train ) : void | ||
train | GameObject | |
Résultat | void |
public exitTele ( GameObject trainCheck ) : Vector3 | ||
trainCheck | GameObject | |
Résultat | Vector3 |
public headCenter ( GameObject trainCheck ) : float | ||
trainCheck | GameObject | |
Résultat | float |
public headPanel ( GameObject trainCheck ) : GameObject | ||
trainCheck | GameObject | |
Résultat | GameObject |