PbrMaterial.PbrFlags 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.
The PBR material flags.
public:
property Microsoft::Azure::RemoteRendering::PbrMaterialFeatures PbrFlags { Microsoft::Azure::RemoteRendering::PbrMaterialFeatures get(); void set(Microsoft::Azure::RemoteRendering::PbrMaterialFeatures value); };
public Microsoft.Azure.RemoteRendering.PbrMaterialFeatures PbrFlags { get; set; }
member this.PbrFlags : Microsoft.Azure.RemoteRendering.PbrMaterialFeatures with get, set
Public Property PbrFlags As PbrMaterialFeatures
Property Value
Remarks
A InvalidParam error occurs if an invalid flags bitmask is set.