C# Class SplineExtrude, racing_game

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public BezierCurve, curve
return BezierCurve,

generateCollider public_oe property

public bool generateCollider
return bool

numDivs public_oe property

public int numDivs
return int

numDivsProfile public_oe property

public int numDivsProfile
return int

profile public_oe property

public AnimationCurve,UnityEngine profile
return UnityEngine.AnimationCurve

verticalScale public_oe property

public float verticalScale
return float

width public_oe property

public float width
return float