C# Class EffectEditor.EffectComponents.EffectPassDefinition

Mostrar archivo 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_oe property

public string Name
return string

PixelShaderName public_oe property

public string PixelShaderName
return string

PixelShaderProfile public_oe property

public ShaderProfile PixelShaderProfile
return ShaderProfile

VertexShaderName public_oe property

public string VertexShaderName
return string

VertexShaderProfile public_oe property

public ShaderProfile VertexShaderProfile
return ShaderProfile