ScenePbrMaterial.OcclusionStrength 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.
Gets or sets the occlusion strength.
public:
property float OcclusionStrength { float get(); void set(float value); };
float OcclusionStrength();
void OcclusionStrength(float value);
public float OcclusionStrength { get; set; }
var single = scenePbrMaterial.occlusionStrength;
scenePbrMaterial.occlusionStrength = single;
Public Property OcclusionStrength As Single
Property Value
Single
float
The occlusion strength.