C# Class BezierPathDrawer, BezierPath

Inheritance: MonoBehaviour
Afficher le fichier Open project: inoook/BezierPath Class Usage Examples

Méthodes publiques

Свойство Type Description
bPoints List
drawColor Color
path BezierPath
split int

Méthodes publiques

Méthode Description
GetPointAt ( float p ) : Vector3
OnDrawGizmos ( ) : void
Start ( ) : void

Method Details

GetPointAt() public méthode

public GetPointAt ( float p ) : Vector3
p float
Résultat Vector3

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

bPoints public_oe property

public List bPoints
Résultat List

drawColor public_oe property

public Color drawColor
Résultat Color

path public_oe property

public BezierPath path
Résultat BezierPath

split public_oe property

public int split
Résultat int