Initializes a new instance of the
SunLight class
Namespace: DeltaEngine.ContentAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public SunLight(
Vector3D direction,
Color color
)
public SunLight(
Vector3D direction,
Color color
)
Public Sub New (
direction As Vector3D,
color As Color
)
Public Sub New (
direction As Vector3D,
color As Color
)
public:
SunLight(
Vector3D direction,
Color color
)
public:
SunLight(
Vector3D direction,
Color color
)
new :
direction : Vector3D *
color : Color -> SunLight
new :
direction : Vector3D *
color : Color -> SunLight