Click or drag to resize
ILightsManagerUpdateLightTransform Method
Update the transformations of a light inside this manager.

Namespace:  GeonBit.Core.Graphics.Lights
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void UpdateLightTransform(
	LightSource light
)

Parameters

light
Type: GeonBit.Core.Graphics.LightsLightSource
Light to update.
See Also