C# Class PointList, BezierPath

Mostrar archivo Open project: inoook/BezierPath Class Usage Examples

Public Properties

Property Type Description
points Transform[]

Public Methods

Method Description
GetPathPoints ( ) : Vector3[]
GetPathRots ( Vector3 path ) : Quaternion[]
GetShapePath ( Vector3 path = null, Quaternion rots = null ) : ShapePath,

Method Details

GetPathPoints() public method

public GetPathPoints ( ) : Vector3[]
return Vector3[]

GetPathRots() public method

public GetPathRots ( Vector3 path ) : Quaternion[]
path Vector3
return Quaternion[]

GetShapePath() public method

public GetShapePath ( Vector3 path = null, Quaternion rots = null ) : ShapePath,
path Vector3
rots Quaternion
return ShapePath,

Property Details

points public_oe property

public Transform[] points
return Transform[]