SelectiveChildNode

from panda3d.core import SelectiveChildNode
class SelectiveChildNode

Bases:

Bases: PandaNode

A base class for nodes like LODNode and SequenceNode that select only one visible child at a time.

This class is now vestigial.

Inheritance diagram

Inheritance diagram of SelectiveChildNode

__init__(name: str)
static get_class_type() TypeHandle