| 2376 | } |
| 2377 | |
| 2378 | S32 VPath::getNodeCount( void ) |
| 2379 | { |
| 2380 | // Return the Size of the Node List. |
| 2381 | return mNodeList.size(); |
| 2382 | } |
| 2383 | |
| 2384 | DefineEngineMethod( VPath, getNodeLocalTransform, const char *, (S32 nodeIndex), (0), "( int pNodeIndex ) - Get the local transform (local position and rotation) of the given node.\n" |
| 2385 | "@param pNodeIndex The index of the node.\n" |
no test coverage detected