C# Class Myre.Graphics.Materials.MaterialParameterSetter

ファイルを表示 Open project: TomGillen/Myre Class Usage Examples

Protected Properties

Property Type Description
Parameter Microsoft.Xna.Framework.Graphics.EffectParameter
Semantic string

Public Methods

Method Description
Apply ( BoxedValueStore globals ) : void
MaterialParameterSetter ( EffectParameter parameter ) : System

Method Details

Apply() public abstract method

public abstract Apply ( BoxedValueStore globals ) : void
globals BoxedValueStore
return void

MaterialParameterSetter() public method

public MaterialParameterSetter ( EffectParameter parameter ) : System
parameter Microsoft.Xna.Framework.Graphics.EffectParameter
return System

Property Details

Parameter protected_oe property

protected EffectParameter,Microsoft.Xna.Framework.Graphics Parameter
return Microsoft.Xna.Framework.Graphics.EffectParameter

Semantic protected_oe property

protected string Semantic
return string