C# Class EffectEditor.EffectComponents.EffectPassDefinition

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
PixelShaderName string
PixelShaderProfile ShaderProfile
VertexShaderName string
VertexShaderProfile ShaderProfile

Méthodes publiques

Méthode Description
EffectPassDefinition ( string name, string vertexShaderName, string pixelShaderName, ShaderProfile vertexShaderProfile, ShaderProfile pixelShaderProfile ) : System
GetPassString ( ) : string
ToString ( ) : string

Method Details

EffectPassDefinition() public méthode

public EffectPassDefinition ( string name, string vertexShaderName, string pixelShaderName, ShaderProfile vertexShaderProfile, ShaderProfile pixelShaderProfile ) : System
name string
vertexShaderName string
pixelShaderName string
vertexShaderProfile ShaderProfile
pixelShaderProfile ShaderProfile
Résultat System

GetPassString() public méthode

public GetPassString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

public string Name
Résultat string

PixelShaderName public_oe property

public string PixelShaderName
Résultat string

PixelShaderProfile public_oe property

public ShaderProfile PixelShaderProfile
Résultat ShaderProfile

VertexShaderName public_oe property

public string VertexShaderName
Résultat string

VertexShaderProfile public_oe property

public ShaderProfile VertexShaderProfile
Résultat ShaderProfile