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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Lights.ISpotLight"]

See Also