C# Class SplineExtrude, racing_game

Inheritance: MonoBehaviour
Show file Open project: Rarau/racing_game

Public Properties

Property Type Description
curve BezierCurve,
generateCollider bool
numDivs int
numDivsProfile int
profile UnityEngine.AnimationCurve
verticalScale float
width float

Public Methods

Method Description
RegenerateMesh ( ) : void
RegenerateProfileShape ( ) : void

Regenerates the profile shape to be extruded.

Start ( ) : void
Update ( ) : void

Method Details

RegenerateMesh() public method

public RegenerateMesh ( ) : void
return void

RegenerateProfileShape() public method

Regenerates the profile shape to be extruded.
public RegenerateProfileShape ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

curve public property

public BezierCurve, curve
return BezierCurve,

generateCollider public property

public bool generateCollider
return bool

numDivs public property

public int numDivs
return int

numDivsProfile public property

public int numDivsProfile
return int

profile public property

public AnimationCurve,UnityEngine profile
return UnityEngine.AnimationCurve

verticalScale public property

public float verticalScale
return float

width public property

public float width
return float