C# Class ShapePathLineRenderer, BezierPath

Inheritance: MonoBehaviour
Afficher le fichier Open project: inoook/BezierPath

Méthodes publiques

Свойство Type Description
length float
p3D Vector3
path Vector3[]
sliceNum int
t_length float

Méthodes publiques

Méthode Description
OnDrawGizmos ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
DrawLinePoints ( ) : void

Method Details

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : 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

length public_oe property

public float length
Résultat float

p3D public_oe property

public Vector3 p3D
Résultat Vector3

path public_oe property

public Vector3[] path
Résultat Vector3[]

sliceNum public_oe property

public int sliceNum
Résultat int

t_length public_oe property

public float t_length
Résultat float