C# Class PointList, BezierPath

Afficher le fichier Open project: inoook/BezierPath Class Usage Examples

Méthodes publiques

Свойство Type Description
points Transform[]

Méthodes publiques

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

Method Details

GetPathPoints() public méthode

public GetPathPoints ( ) : Vector3[]
Résultat Vector3[]

GetPathRots() public méthode

public GetPathRots ( Vector3 path ) : Quaternion[]
path Vector3
Résultat Quaternion[]

GetShapePath() public méthode

public GetShapePath ( Vector3 path = null, Quaternion rots = null ) : ShapePath,
path Vector3
rots Quaternion
Résultat ShapePath,

Property Details

points public_oe property

public Transform[] points
Résultat Transform[]