The following tables list the members exposed by Light.
Public Properties
| Name | Description |
| AmbientColor | Gets or sets the ambient color of the light |
| DiffuseColor | Gets or sets the diffuse color of the light |
| SpecularColor | Gets or sets the specular color of the light |
Top
Public Methods
| Name | Description |
| GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class. |
| ReadXml | Generates an object from its XML representation. |
| WriteXml | Converts an object into its XML representation. |
Top
Protected Methods
| Name | Description |
| OnChanged | Raises the Changed event. |
Top
Public Events
| Name | Description |
| Changed | Occurs when the light is changed. |
Top
See Also