C# Class EffectEditor.EffectComponents.EffectPassDefinition

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Name string
PixelShaderName string
PixelShaderProfile ShaderProfile
VertexShaderName string
VertexShaderProfile ShaderProfile

Public Methods

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

Method Details

EffectPassDefinition() public method

public EffectPassDefinition ( string name, string vertexShaderName, string pixelShaderName, ShaderProfile vertexShaderProfile, ShaderProfile pixelShaderProfile ) : System
name string
vertexShaderName string
pixelShaderName string
vertexShaderProfile ShaderProfile
pixelShaderProfile ShaderProfile
return System

GetPassString() public method

public GetPassString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

Name public property

public string Name
return string

PixelShaderName public property

public string PixelShaderName
return string

PixelShaderProfile public property

public ShaderProfile PixelShaderProfile
return ShaderProfile

VertexShaderName public property

public string VertexShaderName
return string

VertexShaderProfile public property

public ShaderProfile VertexShaderProfile
return ShaderProfile