|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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:
(Available only with Professional edition)
For further information about surface lighting, see the How to manage surface lighting section.
|