C# Class BezierPathDrawer, BezierPath

Inheritance: MonoBehaviour
Mostra 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_oe property

public List bPoints
return List

drawColor public_oe property

public Color drawColor
return Color

path public_oe property

public BezierPath path
return BezierPath

split public_oe property

public int split
return int