CSLXSIMaterialInfo Class Reference

This class represents an XSI_MaterialInfo template. More...

#include <XSIMaterialInfo.h>

Inheritance diagram for CSLXSIMaterialInfo:

CSLTemplate CSIBCNode List of all members.

Public Types

enum   EWrapType {
  SI_CLAMP,
  SI_REPEAT
}
  Defines the various wrap types. More...

Public Member Functions

  CSLXSIMaterialInfo (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate)
virtual  ~CSLXSIMaterialInfo ()
  Destructor.
ETemplateType  Type ()
virtual CSLAnimatableType ParameterFromName (SI_Char *in_szName)
EWrapType  GetUWrap ()
SI_Void  SetUWrap (EWrapType in_Type)
EWrapType  GetVWrap ()
SI_Void  SetVWrap (EWrapType in_Type)

Detailed Description

This class represents an XSI_MaterialInfo template.

Provides additional information on Materials for dotXSI 6.0+ (see the XSI_MaterialInfo template reference).

Since:
dotXSI 3.6


Member Enumeration Documentation

enum EWrapType

Defines the various wrap types.

Enumerator:
SI_CLAMP  Clamp texture
SI_REPEAT  Repeat texture


Constructor & Destructor Documentation

CSLXSIMaterialInfo ( CSLScene in_pScene,
CSLModel in_pModel,
CdotXSITemplate in_pTemplate  
)

Constructor

Parameters:
[in]  in_pScene  Pointer to the scene
[in]  in_pModel  Pointer to the model
[in]  in_pTemplate  Pointer to the parent template


Member Function Documentation

ETemplateType Type (  )  [inline, virtual]

Returns the type of this template

Returns:
CSLTemplate::XSI_MATERIAL_INFO The type of this template

Implements CSLTemplate.

virtual CSLAnimatableType* ParameterFromName ( SI_Char *  in_szName  )  [virtual]

Returns a proxy to the specified parameter.

Parameters:
[in]  in_szName  Name of the parameter
Returns:
Pointer to a parameter proxy.

Reimplemented from CSLTemplate.

EWrapType GetUWrap (  ) 

Returns the UWrap type

Returns:
The UWrap type

SI_Void SetUWrap ( EWrapType  in_Type  ) 

Sets the UWrap type

Parameters:
[in]  in_Type  The type

EWrapType GetVWrap (  ) 

Returns the VWrap type

Returns:
The VWrap type

SI_Void SetVWrap ( EWrapType  in_Type  ) 

Sets the VWrap type

Parameters:
[in]  in_Type  The type


The documentation for this class was generated from the following file: