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