Description
Opt whether to compute lighting using terrain data.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseTerrainInLightingComputations() As Boolean
|
[C#] |
---|
public bool UseTerrainInLightingComputations {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseTerrainInLightingComputations(); public: __property void set_UseTerrainInLightingComputations(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UseTerrainInLightingComputations(
VARIANT_BOOL * pVal
);
public: HRESULT put_UseTerrainInLightingComputations(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getUseTerrainInLightingComputations();
public void setUseTerrainInLightingComputations(
bool
);
|
See Also