C# Class Protogame.StandardPointLightComponent

Inheritance: ILightableComponent, IUpdatableComponent
Afficher le fichier Open project: RedpointGames/Protogame Class Usage Examples

Méthodes publiques

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

Method Details

GetLights() public méthode

public GetLights ( ) : IEnumerable
Résultat IEnumerable

StandardPointLightComponent() public méthode

public StandardPointLightComponent ( INode node, ILightFactory lightFactory ) : System
node INode
lightFactory ILightFactory
Résultat System

Update() public méthode

public Update ( Protogame.ComponentizedEntity entity, IGameContext gameContext, IUpdateContext updateContext ) : void
entity Protogame.ComponentizedEntity
gameContext IGameContext
updateContext IUpdateContext
Résultat void