C# Class Protogame.StandardPointLightComponent

Inheritance: ILightableComponent, IUpdatableComponent
Mostra file Open project: RedpointGames/Protogame Class Usage Examples

Public Methods

Method Description
GetLights ( ) : IEnumerable
StandardPointLightComponent ( INode node, ILightFactory lightFactory ) : System
Update ( Protogame.ComponentizedEntity entity, IGameContext gameContext, IUpdateContext updateContext ) : void

Method Details

GetLights() public method

public GetLights ( ) : IEnumerable
return IEnumerable

StandardPointLightComponent() public method

public StandardPointLightComponent ( INode node, ILightFactory lightFactory ) : System
node INode
lightFactory ILightFactory
return System

Update() public method

public Update ( Protogame.ComponentizedEntity entity, IGameContext gameContext, IUpdateContext updateContext ) : void
entity Protogame.ComponentizedEntity
gameContext IGameContext
updateContext IUpdateContext
return void