C# Class Knot3.Framework.Effects.RenderEffectLibrary

Mostrar archivo Open project: knot3/knot3-code Class Usage Examples

Public Properties

Property Type Description
EffectLibrary List
RenderEffectChanged GameTime>.Action

Public Methods

Method Description
CreateEffect ( IScreen screen, string name ) : IRenderEffect
DisplayName ( string name ) : string

Private Methods

Method Description
AddDefaultGLShaders ( ) : void
Factory ( string name ) : EffectFactory
RenderEffectLibrary ( ) : System

Method Details

CreateEffect() public static method

public static CreateEffect ( IScreen screen, string name ) : IRenderEffect
screen IScreen
name string
return IRenderEffect

DisplayName() public static method

public static DisplayName ( string name ) : string
name string
return string

Property Details

EffectLibrary public_oe static_oe property

public static List EffectLibrary
return List

RenderEffectChanged public_oe static_oe property

public static Action RenderEffectChanged
return GameTime>.Action