Click or drag to resize
AB4D logo

ISpotLight Interface

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

Namespace: Ab3d.DirectX.Lights
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public interface ISpotLight : IPointLight, 
	ILight

The ISpotLight type exposes the following members.

Properties
 NameDescription
Public propertyDirection Gets a Vector3 that specifies the direction of this light.
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