Light

Light()

の新しいインスタンスを初期化しますLightclass.

public Light()

関連項目


Light(string)

の新しいインスタンスを初期化しますLightclass.

public Light(string name)
パラメータタイプ説明
nameString名前

関連項目


Light(string, LightType)

の新しいインスタンスを初期化しますLightclass.

public Light(string name, LightType type)
パラメータタイプ説明
nameString名前
typeLightType新しいライトのタイプ

関連項目