共用方式為


ColorMaterial.TexCoordPlaneV 屬性

定義

PlanarObjectSpacePlanarWorldSpace 模式中,用來計算紋理座標 v 部分的平面。

public:
 property Microsoft::Azure::RemoteRendering::Plane TexCoordPlaneV { Microsoft::Azure::RemoteRendering::Plane get(); void set(Microsoft::Azure::RemoteRendering::Plane value); };
public Microsoft.Azure.RemoteRendering.Plane TexCoordPlaneV { get; set; }
member this.TexCoordPlaneV : Microsoft.Azure.RemoteRendering.Plane with get, set
Public Property TexCoordPlaneV As Plane

屬性值

備註

紋理座標產生模式會忽略此平面,SourceUv0SourceUv1。 藉由調整平面的一般 (A、B 和 C), 和紋理位移可以透過平面的 D 元件來新增對應縮放。

適用於