ScenePbrMaterial.IsDoubleSided 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 a value that indicates whether the material has two sides.
public:
property bool IsDoubleSided { bool get(); void set(bool value); };
bool IsDoubleSided();
void IsDoubleSided(bool value);
public bool IsDoubleSided { get; set; }
var boolean = scenePbrMaterial.isDoubleSided;
scenePbrMaterial.isDoubleSided = boolean;
Public Property IsDoubleSided As Boolean
Property Value
Boolean
bool
true if the material has two sides, false if the material has one side.