Click or drag to resize
Ab4d.SharpEngine logo

ISpotLight Interface

ISpotLight interface defines a lights that emits lights that is positions in the specified positions and emits light in a specified direction and with specified cone.

Namespace: Ab4d.SharpEngine.Lights
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public interface ISpotLight : IPointLight, 
	ILight, IDirectionalLight

The ISpotLight type exposes the following members.

Properties
 NameDescription
Public propertyFallOff Gets a fallout value that specifies how the light intensity attenuates between inner and outer cone.
Public propertyInnerConeAngle Gets an inner cone angle in degrees.
Public propertyOuterConeAngle Gets an outer cone angle in degrees.
Top
See Also