#include <Visibility.h>
Inheritance diagram for CSLVisibility:

Public Member Functions |
|
| SI_Bool | GetVisibility () |
| SI_Void | SetVisibility (SI_Bool in_rValue) |
| virtual CSLAnimatableType * | ParameterFromName (SI_Char *in_szName) |
| virtual CSLAnimatableType * | ParameterFromType (EFCurveType in_Type, SI_Char *in_szParameterName) |
| virtual ETemplateType | Type () |
The Visibility of a model can be switched on and off using this template. (which basically wraps the SI_Visibility template).
| SI_Bool GetVisibility | ( | ) |
Return the visibility value.
| SI_Void SetVisibility | ( | SI_Bool | in_rValue | ) |
Change the visibility value.
| SI_Bool | New visibility value. |
| virtual CSLAnimatableType* ParameterFromName | ( | SI_Char * | in_szName | ) | [virtual] |
Return a proxy to the specified parameter.
| in_szName | Name of the parameter |
Reimplemented from CSLTemplate.
| virtual CSLAnimatableType* ParameterFromType | ( | EFCurveType | in_Type, | |
| SI_Char * | in_szParameterName | |||
| ) | [virtual] |
Return a proxy to the specified parameter.
| in_Type | Type of parameter | |
| in_szParameterName | Name of the parameter if the type is SI_PARAMETER |
Reimplemented from CSLTemplate.
| virtual ETemplateType Type | ( | ) | [virtual] |
Indicate which dotXSI template this object describes.
Implements CSLTemplate.