The IXPath type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetPoint |
Calculates path point in relative distance from start, given in the parameter t.
|
![]() | GetTangent |
Calculates tangent vector at the path point in relative distance from start, given in the parameter t.
|
![]() | ResetEndTangent |
Resets the tangent vector Vector3 in the end point of the line.
|
![]() | ResetStartTangent |
Resets the tangent vector Vector3 in the start point of the line.
|
![]() | SetEndTangent |
Sets the tangent vector Vector3 in the end point of the line.
|
![]() | SetStartTangent |
Sets the tangent vector Vector3 in the start point of the line.
|
Properties
Name | Description | |
---|---|---|
![]() | IsClosed |
Returns whether the path is closed. Closed path has the start point and the end point the same.
|
![]() | IsFlexible |
Denotes whether the path is flexible.
|
![]() | Length |
Returns path length.
|