ScenePbrMaterial.AlphaMode 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 mode for the material.
public:
property SceneAlphaMode AlphaMode { SceneAlphaMode get(); void set(SceneAlphaMode value); };
SceneAlphaMode AlphaMode();
void AlphaMode(SceneAlphaMode value);
public SceneAlphaMode AlphaMode { get; set; }
var sceneAlphaMode = scenePbrMaterial.alphaMode;
scenePbrMaterial.alphaMode = sceneAlphaMode;
Public Property AlphaMode As SceneAlphaMode
Property Value
The alpha mode for the material.