Directional | |
The DirectionalLight type exposes the following members.
| Name | Description | |
|---|---|---|
| Direction | Gets or sets a Vector3 that specifies the direction of this light. Default value is new Vector3(0, 0, 1). | |
| IsCastingShadow | Gets a Booleans that specifies if this light casts a shadow. To add a shadow casting light to the scene, call [!:Scene.AddShadowLight] method on the Scene object. | |
| SpecularColor | Gets or sets a Color3 that specifies the specular color of this light. |