nn::gd::CTR::Light::EnableSpotLight Member Function

Syntax

void EnableSpotLight(
     gdBool value
);

Parameters

Name Description
in value If GD_TRUE is specified, spotlights are enabled. Disabled if GD_FALSE is specified.

Return Values

None.

Description

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.

Revision History

2011/07/13
Added the default value.
2011/02/17
Initial version.

CONFIDENTIAL