|
CFx SDK Documentation
2020SP3
|
#include <GsBackground.h>
Public Types | |
| enum | BackgroundType { kSolidBackground = 0, kGradientBackground = 1, kImageBackground = 2, kGroundPlaneBackground = 3, kSkyBackground = 4, kIBLBackground = 5 } |
Static Public Member Functions | |
| static OdSmartPtr< OdGsBackground > | createObject (BackgroundType type) |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Corresponding C++ library: TD_Gs <group OdGs_Classes>
Definition at line 53 of file GsBackground.h.
| Enumerator | |
|---|---|
| kSolidBackground | |
| kGradientBackground | |
| kImageBackground | |
| kGroundPlaneBackground | |
| kSkyBackground | |
| kIBLBackground | |
Definition at line 59 of file GsBackground.h.
|
static |
|
pure virtual |
|
inlinevirtual |
Definition at line 85 of file GsBackground.h.
|
inlinevirtual |
Implements OdGsNestedBackground.
Definition at line 76 of file GsBackground.h.
| OdGsBackground::ODRX_DECLARE_MEMBERS | ( | OdGsBackground | ) |
|
inlinevirtual |
Definition at line 84 of file GsBackground.h.
|
pure virtual |