Name | Description |
---|
|
setPosition | Sets a new position of the spline point. |
getPosition | Returns the current position of the spline point. |
getNumSegments | Returns the total number of segments sharing this spline point. |
getNumSources | Returns the total number of source nodes assigned to this spline point. |
setEnabled | Sets a value indicating whether the spline point is enabled. |
isEnabled | Returns a value indicating whether the spline point is enabled. |
getSplineSegments | |
clearSources | Clears the list of source nodes for the spline point. |
assignSource | Assigns a source node with the given name to the spline point. |
removeSource | Removes the source node with the given name. |
getSources | Returns a list of source nodes assigned to the spline point and puts it to the specified vector. |
copy | Copies all parameters from the specified source spline point. |
clone | Returns a clone of the spline point. |
getParent | Returns the WorldSplineGraph node to which the spline point belongs. |
getSourceNodeType | Returns the type of the source node with the specified name. |
setLinkVariant | Sets a link variant for the junction source node with the specified name. |
getLinkVariant | Returns the current link variant for the junction source node with the specified name. |
getLinkWorldPosition | Gets the current link (bone) position of the junction source node and puts it to the specified position vector. |