osg.NodePathList¶
- class osg.NodePathList¶
- Represents:
c++ class
- Wraps:
std::vector<osg::NodePath>
Constructors:
- osg.NodePathList()¶
- osg.NodePathList(osg.NodePathList nodePathList)
-
- Parameters:
nodePathList (
osg.NodePathList) –
Methods:
- :at(unsigned index)¶
-
- Parameters:
index (
unsigned) –- Return type:
- :front()¶
-
- Return type:
- :back()¶
-
- Return type:
- :size()¶
-
- Return type:
int
- :push_back(osg.NodePath nodePath)¶
-
- Parameters:
nodePath (
osg.NodePath) –