#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 () |
Describes the visibility of a model (see the SI_Visibility template reference). The Visibility of a model can be switched on and off using this template.
| SI_Bool GetVisibility | ( | ) |
Returns the visibility value.
| SI_Void SetVisibility | ( | SI_Bool | in_rValue | ) |
Changes the visibility value.
| [in] | in_rValue | New visibility value. |
| virtual CSLAnimatableType* ParameterFromName | ( | SI_Char * | in_szName | ) | [virtual] |
Returns a proxy to the specified parameter.
| [in] | in_szName | Name of the parameter |
Reimplemented from CSLTemplate.
| virtual CSLAnimatableType* ParameterFromType | ( | EFCurveType | in_Type, | |
| SI_Char * | in_szParameterName | |||
| ) | [virtual] |
Returns a proxy to the specified parameter.
| [in] | in_Type | Type of parameter |
| [in] | in_szParameterName | Name of the parameter if the type is SI_PARAMETER |
Reimplemented from CSLTemplate.
| virtual ETemplateType Type | ( | ) | [virtual] |
Returns the type of this template
| CSLTemplate::SI_VISIBILITY | Template type |
Implements CSLTemplate.