C# Class TerrainShaper, racing_game

Inheritance: MonoBehaviour
Afficher le fichier Open project: Rarau/racing_game

Méthodes publiques

Свойство Type Description
height int
trackRoot GameObject
widht int

Méthodes publiques

Méthode Description
ProcessTrackSegment ( GameObject trackSegment ) : void
Start ( ) : void
Update ( ) : void

Method Details

ProcessTrackSegment() public méthode

public ProcessTrackSegment ( GameObject trackSegment ) : void
trackSegment GameObject
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

height public_oe property

public int height
Résultat int

trackRoot public_oe property

public GameObject trackRoot
Résultat GameObject

widht public_oe property

public int widht
Résultat int