Panda3D
Public Types | List of all members
CullBinEnums Class Reference

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

#include "cullBinEnums.h"

Inheritance diagram for CullBinEnums:
CullBin CullBinManager CullBinBackToFront CullBinFixed CullBinFrontToBack CullBinStateSorted CullBinUnsorted

Public Types

enum  BinType {
  BT_invalid, BT_unsorted, BT_state_sorted, BT_back_to_front,
  BT_front_to_back, BT_fixed
}
 

Detailed Description

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

Definition at line 23 of file cullBinEnums.h.


The documentation for this class was generated from the following file: