[]
Represents a positional light source.
[TypeConverter(typeof(GenericTypeConverter<PositionalLight>))]
public class PositionalLight : Light, IXmlSerializable, ICloneable
<TypeConverter(GetType(GenericTypeConverter(Of PositionalLight)))>
Public Class PositionalLight
Inherits Light
Implements IXmlSerializable, ICloneable
| Name | Description |
|---|---|
| PositionalLight() | Creates a new light. |
| PositionalLight(PositionalLight) | Creates a new light that is a copy of the specified light. |
| Name | Description |
|---|---|
| PositionX | Gets or sets the x coordinate of the position of the light. |
| PositionY | Gets or sets the y coordinate of the position of the light. |
| PositionZ | Gets or sets the x coordinate of the position of the light. |
| Name | Description |
|---|---|
| Clone() | Creates a copy of this light. |
| GetSchema() | This method is reserved and should not be used. |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| WriteXml(XmlWriter) | Writes the XML. |