OutlineSettings.MaskTexture 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
外框色彩可以透過螢幕對齊紋理的色彩來遮罩。 根據預設,不會設定遮罩。 紋理可以透過 載入。 這必須是 2D 紋理。
public:
property Microsoft::Azure::RemoteRendering::Texture ^ MaskTexture { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture MaskTexture { get; set; }
member this.MaskTexture : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property MaskTexture As Texture