MentalRayRenderSettingsTraitsShadowMapEnabled Property
|
Property that indicates whether shadow maps
should be enabled. Affects only lights using mapped shadows.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract bool ShadowMapEnabled { get; set; }
Public MustOverride Property ShadowMapEnabled As Boolean
Get
Set
public:
virtual property bool ShadowMapEnabled {
bool get () abstract;
void set (bool value) abstract;
}
abstract ShadowMapEnabled : bool with get, set
Property Value
Boolean
See Also