CompositeShape QML Type
Composition of shapes More...
Import Statement: | import osg 2.0 |
Inherits: |
Properties
- children : list<osg::Shape>
- numChildren : int
Methods
- addChild(osg::Shape shape)
- removeChild(osg::Shape shape)
Detailed Description
Property Documentation
children : list<osg::Shape> |
List of children shapes
Number of children shapes
Method Documentation
addChild(osg::Shape shape) |
Add shape to composition.
removeChild(osg::Shape shape) |
Remove shape from composition.