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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
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