Enum LightType
LightType enumeration
Light types.
public enum LightType
Values
| Name | Value | Description |
|---|---|---|
| Point | 0 | The point light. |
| Directional | 1 | The directional light. |
| Spot | 2 | The spot light. |
| Area | 3 | The area light. |
| Volume | 4 | The volume light. |
See Also
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D