次の方法で共有


PointLightComponent.ProjectedCubeMap プロパティ

定義

周囲のジオメトリに投影するオプションのキューブマップ Texture

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

プロパティ値

注釈

所有者 Entity の向きによって、キューブマップが周囲のジオメトリにどのように投影されるかが決まります。 キューブマップの色は、ライトの色を調整するために使用されます。

InvalidTypeキューブマップではないテクスチャが設定されている場合は、エラーが発生します。

適用対象