PbrMaterial.AOScale Property

Definition

How strongly to apply ambient occlusion to this material. [0..1] range.

public:
 property float AOScale { float get(); void set(float value); };
public float AOScale { get; set; }
member this.AOScale : single with get, set
Public Property AOScale As Single

Property Value

Remarks

A InvalidParam error occurs if the value is outside [0..1] range.

Applies to