C# Class BezierPathDrawer, BezierPath

Inheritance: MonoBehaviour
Show file Open project: inoook/BezierPath Class Usage Examples

Public Properties

Property Type Description
bPoints List
drawColor Color
path BezierPath
split int

Public Methods

Method Description
GetPointAt ( float p ) : Vector3
OnDrawGizmos ( ) : void
Start ( ) : void

Method Details

GetPointAt() public method

public GetPointAt ( float p ) : Vector3
p float
return Vector3

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

bPoints public property

public List bPoints
return List

drawColor public property

public Color drawColor
return Color

path public property

public BezierPath path
return BezierPath

split public property

public int split
return int