Enable or disables generation and rendering of a shadowmap for this light source.
Syntax
public bool EnableShadows {get; set;}
public: __property bool get_EnableShadows();
public: __property void set_EnableShadows(
bool value
);
public:
property bool EnableShadows {
bool get();
void set ( bool value);
}
'Declaration
Public Property EnableShadows As Boolean
'Usage
Dim instance As CADLight
Dim value As Boolean
instance.EnableShadows = value
value = instance.EnableShadows
See Also