Click or drag to resize

LightTypeEnum Enumeration


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum TypeEnum
Members
Member nameValueDescription
Ambient0 
Directional1Directional lights simulate parallel light beams from a distant source, hence have direction but no position.
Point2Point light sources give off light equally in all directions, so require only position not direction.
Spotlight3Spotlights simulate a cone of light from a source so require position and direction, plus extra values for falloff.
See Also