Copyright © 2003-2024 MultiMedia Soft

SpotlightVisible property

Previous pageReturn to chapter overviewNext page

Type

Visual Basic]

Public Property SpotlightVisible As Boolean

 

[C#]

public bool SpotlightVisible {get; set;}

 

[C++]

public: __property bool get_SpotlightVisible();

public: __property void set_SpotlightVisible(bool);

 

 

Remarks

Enables/disables the use of the spotlight for surfaces that, by default, don't use it.

Due to the fact that for some kind of surface the spotlight is an integral part of the graphic rendering, this property will not apply if the Surface property is set to one of the following values:

Surfaces.Plastic, Surfaces.Lucid, Surfaces.Neon, Surfaces.Aqua and Surfaces.Gel.

Supported values are the following:

Value

Meaning

False (default)

No spotlight is applied.

True

Spotlight is applied.

 

3dcm_i000048

For further information about surface lighting, see the How to manage surface lighting section.