#include <FCDEffectParameter.h>
Inheritance diagram for FCDEffectParameterAnnotation:
Public Member Functions | |
FCDEffectParameterAnnotation () | |
Constructor. | |
virtual | ~FCDEffectParameterAnnotation () |
Destructor. | |
DeclareParameter (fstring, FUParameterQualifiers::SIMPLE, name, FC("Name")) | |
The annotation name. | |
DeclareParameter (uint32, FUParameterQualifiers::SIMPLE, type, FC("Value Type")) | |
The annotation value type (FCDEffectParameter::Type). | |
DeclareParameter (fstring, FUParameterQualifiers::SIMPLE, value, FC("Value")) | |
The annotation value. |
ColladaFX annotations are used mainly to describe the user interface necessary to modify a parameter. Common annotations are "UIMin", "UIMax" and "UIWidget".
|
Constructor. Do not use directly. Instead, use FCDEffectParameter::AddAnnotation. |