Description
Gets or sets the ambient intensity throughout the scene.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AmbientIntensity() As Single
|
| [C#] |
|---|
public float AmbientIntensity {get; set;}
|
| [Managed C++] |
|---|
public: __property float get_AmbientIntensity(); public: __property void set_AmbientIntensity( float );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AmbientIntensity( float * pRetVal ); public: HRESULT put_AmbientIntensity( float NewAmbientIntensity );
|
| [Java] |
|---|
public float getAmbientIntensity(); public void setAmbientIntensity( float );
|
Remarks
See Also