C# Class CreatePoints, BezierPath

Inheritance: MonoBehaviour
Show file 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 property

public ShapePathDrawer, shapePath
return ShapePathDrawer,

shapePathLineRenderer public property

public ShapePathLineRenderer, shapePathLineRenderer
return ShapePathLineRenderer,

threeCurve public property

public ThreePathDrawer, threeCurve
return ThreePathDrawer,

transList public property

public List transList
return List