PbrMaterial.AOScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.