nw::gfx::res::ResLight::Kind Enumerated Type

Syntax

enum Kind;

Value

Value Description
KIND_DIRECTIONAL Directional light.
KIND_POINT Point light.
KIND_SPOT A spotlight.
KIND_UNUSED Represents a light for which the light source type is not considered.
KIND_COUNT Maximum value of enum.

Description

Represents the type of light source for a light.


CONFIDENTIAL