SetPoint Data Member Function

Set the path point at the specified index to the specified 3D coordinate.

Prototype

int32 SetPoint( int32 p_nIndex, Vec p_vNewPoint )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the point to set.
<Vec>p_vNewPointA pointer to a <Vec> object containing the new worldspace coordinates of the point.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.