C# Class PathSplineEndlessCS, LeanTween

Inheritance: MonoBehaviour
ファイルを表示 Open project: dentedpixel/LeanTween

Public Properties

Property Type Description
car GameObject
carInternal GameObject
cubes GameObject[]
randomIterWidth float
trackTrailRenderers GameObject
trees GameObject[]

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
addRandomTrackPoint ( ) : void
playSwish ( ) : void
refreshSpline ( ) : void

Private Methods

Method Description
objectQueue ( GameObject arr, int &lastIter ) : GameObject

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

addRandomTrackPoint() public method

public addRandomTrackPoint ( ) : void
return void

playSwish() public method

public playSwish ( ) : void
return void

refreshSpline() public method

public refreshSpline ( ) : void
return void

Property Details

car public_oe property

public GameObject car
return GameObject

carInternal public_oe property

public GameObject carInternal
return GameObject

cubes public_oe property

public GameObject[] cubes
return GameObject[]

randomIterWidth public_oe property

public float randomIterWidth
return float

trackTrailRenderers public_oe property

public GameObject trackTrailRenderers
return GameObject

trees public_oe property

public GameObject[] trees
return GameObject[]