CullBinEnums

from panda3d.core import CullBinEnums
class CullBinEnums

Bases: DTOOL_SUPER_BASE

Provides scoping for the enumerated type shared by CullBin and CullBinManager.

Inheritance diagram

Inheritance diagram of CullBinEnums

BTBackToFront = 3
BTFixed = 5
BTFrontToBack = 4
BTInvalid = 0
BTStateSorted = 2
BTUnsorted = 1
BT_back_to_front = 3
BT_fixed = 5
BT_front_to_back = 4
BT_invalid = 0
BT_state_sorted = 2
BT_unsorted = 1
__init__(*args, **kwargs)