C# Class SweepMesh, VJ01

Inheritance: MonoBehaviour
Afficher le fichier Open project: keijiro/VJ01

Méthodes publiques

Свойство Type Description
pathDivision int
profilePoints int
profileScale float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
UpdateVertices ( Vector3 profile, AnimationCurve path ) : void

Private Methods

Méthode Description
CreateIndexArray ( int pointsInProfile ) : int[]
CreatePathFromChildren ( ) : UnityEngine.AnimationCurve[]
CreateProfile ( ) : Vector3[]

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateVertices() public méthode

public UpdateVertices ( Vector3 profile, AnimationCurve path ) : void
profile Vector3
path UnityEngine.AnimationCurve
Résultat void

Property Details

pathDivision public_oe property

public int pathDivision
Résultat int

profilePoints public_oe property

public int profilePoints
Résultat int

profileScale public_oe property

public float profileScale
Résultat float