nn::gd::CTR::Light::EnableSpotLight Member Function
void EnableSpotLight(
gdBool value
);
| Name | Description | |
|---|---|---|
| in | value | If GD_TRUE is specified, spotlights are enabled. Disabled if GD_FALSE is specified. |
Enables or disables spotlights. A lookup table is used if enabled. You must use SetLightType to set the light type to SOURCE_TYPE_POINT.
The default value is GD_FALSE.
CONFIDENTIAL