C# Class SplineExtrude, racing_game

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

Méthodes publiques

Свойство Type Description
curve BezierCurve,
generateCollider bool
numDivs int
numDivsProfile int
profile UnityEngine.AnimationCurve
verticalScale float
width float

Méthodes publiques

Méthode Description
RegenerateMesh ( ) : void
RegenerateProfileShape ( ) : void

Regenerates the profile shape to be extruded.

Start ( ) : void
Update ( ) : void

Method Details

RegenerateMesh() public méthode

public RegenerateMesh ( ) : void
Résultat void

RegenerateProfileShape() public méthode

Regenerates the profile shape to be extruded.
public RegenerateProfileShape ( ) : void
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

curve public_oe property

public BezierCurve, curve
Résultat BezierCurve,

generateCollider public_oe property

public bool generateCollider
Résultat bool

numDivs public_oe property

public int numDivs
Résultat int

numDivsProfile public_oe property

public int numDivsProfile
Résultat int

profile public_oe property

public AnimationCurve,UnityEngine profile
Résultat UnityEngine.AnimationCurve

verticalScale public_oe property

public float verticalScale
Résultat float

width public_oe property

public float width
Résultat float