Group QML Type

General group node which maintains a list of children More...

Import Statement: import osg 2.0
Inherits:

Node

Inherited By:

Geode and Transform

Properties

Methods

Detailed Description

Property Documentation

children : list<osg::Node>

List of children nodes


numChildren : int

Number of children nodes


Method Documentation

addChild(Node child)

Add Node to Group.


removeChild(osg::Node child)

Remove Node from Group.