C# Class Protogame.DefaultStandardDirectionalLight

Inheritance: IStandardDirectionalLight
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
DefaultStandardDirectionalLight ( IAssetManagerProvider assetManagerProvider, IGraphicsBlit graphicsBlit, Microsoft.Xna.Framework.Vector3 lightDirection, Microsoft.Xna.Framework.Color lightColor ) : Microsoft.Xna.Framework
Render ( IGameContext gameContext, IRenderContext renderContext, ILightContext lightContext ) : void

Method Details

DefaultStandardDirectionalLight() public method

public DefaultStandardDirectionalLight ( IAssetManagerProvider assetManagerProvider, IGraphicsBlit graphicsBlit, Microsoft.Xna.Framework.Vector3 lightDirection, Microsoft.Xna.Framework.Color lightColor ) : Microsoft.Xna.Framework
assetManagerProvider IAssetManagerProvider
graphicsBlit IGraphicsBlit
lightDirection Microsoft.Xna.Framework.Vector3
lightColor Microsoft.Xna.Framework.Color
return Microsoft.Xna.Framework

Render() public method

public Render ( IGameContext gameContext, IRenderContext renderContext, ILightContext lightContext ) : void
gameContext IGameContext
renderContext IRenderContext
lightContext ILightContext
return void