ScenePbrMaterial.IsDoubleSided 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示材質是否有兩側。
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
屬性值
Boolean
bool
如果材質有兩邊,則為true;如果材質有一側,則為false。