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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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