DirectionalLightComponent クラス

定義

グローバルに一定の方向に光を放射する光源。

public ref class DirectionalLightComponent : Microsoft::Azure::RemoteRendering::LightComponentBase
public class DirectionalLightComponent : Microsoft.Azure.RemoteRendering.LightComponentBase
type DirectionalLightComponent = class
    inherit LightComponentBase
Public Class DirectionalLightComponent
Inherits LightComponentBase
継承

注釈

このコンポーネントは、太陽や月など、非常に遠くにある光源をシミュレートします。 したがって、所有者の位置は無視され、向きのみが使用されます。 ライトは、所有者 Entityの負の z 軸の方向に輝きます。

プロパティ

Color

ガンマ色空間のライトの色。

(継承元 LightComponentBase)
Enabled

このコンポーネントの有効な状態。

(継承元 ComponentBase)
Intensity

全体的な明るさと光の範囲。

(継承元 LightComponentBase)
InteropId

グローバルに一定の方向に光を放射する光源。

(継承元 ObjectBase)
Owner

Entityこのコンポーネントがアタッチされている 。

(継承元 ComponentBase)
Type

このコンポーネントの 正確な型

(継承元 ComponentBase)
Valid

このコンポーネントがまだ有効かどうか。

(継承元 ComponentBase)

メソッド

AsToolingObject<ToolingObject>()

グローバルに一定の方向に光を放射する光源。

(継承元 ObjectBase)
Destroy()

ランタイム内のコンポーネントを破棄します。

(継承元 ComponentBase)
Equals(Object)

グローバルに一定の方向に光を放射する光源。

(継承元 ObjectBase)
GetHashCode()

グローバルに一定の方向に光を放射する光源。

(継承元 ObjectBase)

適用対象

こちらもご覧ください