Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Public Property AmbientIntensity As Single
C#
public float AmbientIntensity { get; set; }
C++
public property float AmbientIntensity sealed  {
    float get();
    void set(float value);
}
J#
/** property */
public float get_AmbientIntensity();

/** property */
public void set_AmbientIntensity(float value);
JScript
public function get AmbientIntensity() : float

public function set AmbientIntensity(value : float);

See Also