C# Class RootSpawner, Lurk2015Testing

Inheritance: MonoBehaviour
Afficher le fichier Open project: gmuGADIG/Lurk2015Testing

Méthodes publiques

Свойство Type Description
floorLevel float
intervalBetweenRoots float
root GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

floorLevel public_oe property

public float floorLevel
Résultat float

intervalBetweenRoots public_oe property

public float intervalBetweenRoots
Résultat float

root public_oe property

public GameObject root
Résultat GameObject