C# Class CreatePoints, BezierPath

Inheritance: MonoBehaviour
Datei anzeigen Open project: inoook/BezierPath Class Usage Examples

Public Properties

Property Type Description
shapePath ShapePathDrawer,
shapePathLineRenderer ShapePathLineRenderer,
threeCurve ThreePathDrawer,
transList List

Public Methods

Method Description
Awake ( ) : void
OnDrawGizmos ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

shapePath public_oe property

public ShapePathDrawer, shapePath
return ShapePathDrawer,

shapePathLineRenderer public_oe property

public ShapePathLineRenderer, shapePathLineRenderer
return ShapePathLineRenderer,

threeCurve public_oe property

public ThreePathDrawer, threeCurve
return ThreePathDrawer,

transList public_oe property

public List transList
return List