C# Class TerrainShaper, racing_game

Inheritance: MonoBehaviour
Datei anzeigen Open project: Rarau/racing_game

Public Properties

Property Type Description
height int
trackRoot GameObject
widht int

Public Methods

Method Description
ProcessTrackSegment ( GameObject trackSegment ) : void
Start ( ) : void
Update ( ) : void

Method Details

ProcessTrackSegment() public method

public ProcessTrackSegment ( GameObject trackSegment ) : void
trackSegment GameObject
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

height public_oe property

public int height
return int

trackRoot public_oe property

public GameObject trackRoot
return GameObject

widht public_oe property

public int widht
return int