Condividi tramite


Interfaccia ID3D10EffectType (d3d10effect.h)

L'interfaccia ID3D10EffectType accede alle variabili di effetto per tipo.

La durata di un oggetto ID3D10EffectType è uguale alla durata dell'oggetto ID3D10Effect padre.

Metodo Descrizione
GetDesc Ottenere una descrizione di tipo effetto.
GetMemberName Ottenere il nome di un membro.
GetMemberSemantic Ottenere la semantica associata a un membro.
GetMemberTypeByIndex Ottenere un tipo di membro per indice.
GetMemberTypeByName Ottenere un tipo di membro in base al nome.
GetMemberTypeBySemantic Ottenere un tipo di membro in base alla semantica.
IsValid Verifica che il tipo di effetto sia valido.

Metodi

L'interfaccia ID3D10EffectType include questi metodi.

 
ID3D10EffectType::GetDesc

Ottenere una descrizione di tipo effetto.
ID3D10EffectType::GetMemberName

Ottenere il nome di un membro.
ID3D10EffectType::GetMemberSemantic

Ottenere la semantica associata a un membro.
ID3D10EffectType::GetMemberTypeByIndex

Ottenere un tipo di membro per indice.
ID3D10EffectType::GetMemberTypeByName

Ottenere un tipo di membro in base al nome.
ID3D10EffectType::GetMemberTypeBySemantic

Ottenere un tipo di membro in base alla semantica.
ID3D10EffectType::IsValid

Verifica che il tipo di effetto sia valido.

Commenti

Per ottenere informazioni su un tipo di effetto da una variabile di effetto, chiamare ID3D10EffectVariable::GetType.

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione d3d10effect.h

Vedi anche

Interfacce effetto (Direct3D 10)