|
HDK
|
#include <UT_ShotBuilderConfig.h>
Public Member Functions | |
| UT_ShotBuilderUnitConfig ()=default | |
| UT_ShotBuilderUnitConfig (const UT_JSONValue *unitInfo) | |
| UT_ShotBuilderLayerConfig * | layerConfig (const UT_StringRef &layerIdentifier) |
Public Attributes | |
| UT_StringHolder | myName |
| UT_StringHolder | myIcon |
| bool | myHasFrameRange |
| UT_StringHolder | mySubLayerFormat |
| fpreal | myFPS = theDefaultFPS |
| fpreal | myStartFrame = theDefaultStartFrame |
| fpreal | myEndFrame = theDefaultEndFrame |
| UT_StringArray | mySubLayerOrdering |
| UT_StringMap < UT_ShotBuilderLayerConfig > | mySubLayers |
| UT_StringArray | myPlaceholders |
Definition at line 52 of file UT_ShotBuilderConfig.h.
|
default |
| UT_ShotBuilderUnitConfig::UT_ShotBuilderUnitConfig | ( | const UT_JSONValue * | unitInfo | ) |
| UT_ShotBuilderLayerConfig* UT_ShotBuilderUnitConfig::layerConfig | ( | const UT_StringRef & | layerIdentifier | ) |
| fpreal UT_ShotBuilderUnitConfig::myEndFrame = theDefaultEndFrame |
Definition at line 65 of file UT_ShotBuilderConfig.h.
| fpreal UT_ShotBuilderUnitConfig::myFPS = theDefaultFPS |
Definition at line 63 of file UT_ShotBuilderConfig.h.
| bool UT_ShotBuilderUnitConfig::myHasFrameRange |
Definition at line 61 of file UT_ShotBuilderConfig.h.
| UT_StringHolder UT_ShotBuilderUnitConfig::myIcon |
Definition at line 60 of file UT_ShotBuilderConfig.h.
| UT_StringHolder UT_ShotBuilderUnitConfig::myName |
Definition at line 59 of file UT_ShotBuilderConfig.h.
| UT_StringArray UT_ShotBuilderUnitConfig::myPlaceholders |
Definition at line 68 of file UT_ShotBuilderConfig.h.
| fpreal UT_ShotBuilderUnitConfig::myStartFrame = theDefaultStartFrame |
Definition at line 64 of file UT_ShotBuilderConfig.h.
| UT_StringHolder UT_ShotBuilderUnitConfig::mySubLayerFormat |
Definition at line 62 of file UT_ShotBuilderConfig.h.
| UT_StringArray UT_ShotBuilderUnitConfig::mySubLayerOrdering |
Definition at line 66 of file UT_ShotBuilderConfig.h.
| UT_StringMap<UT_ShotBuilderLayerConfig> UT_ShotBuilderUnitConfig::mySubLayers |
Definition at line 67 of file UT_ShotBuilderConfig.h.