ScenePbrMaterial.AlphaCutoff 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 alpha cutoff for the material.
public:
property float AlphaCutoff { float get(); void set(float value); };
float AlphaCutoff();
void AlphaCutoff(float value);
public float AlphaCutoff { get; set; }
var single = scenePbrMaterial.alphaCutoff;
scenePbrMaterial.alphaCutoff = single;
Public Property AlphaCutoff As Single
Property Value
Single
float
The alpha cutoff for the material.