Members
Gets the event that is raised whenever a new property is assigned.
A
Property
which returns an array of Spherical
instances representing the sensor's projection.
Gets or sets the
Color
Property
specifying the color of the line formed by the intersection of the sensor and other central bodies.
Gets or sets the numeric
Property
specifying the width of the line formed by the intersection of the sensor and other central bodies.
Gets or sets the
MaterialProperty
specifying the the sensor's appearance.
Gets or sets the numeric
Property
specifying the radius of the sensor's projection.
Gets or sets the boolean
Property
specifying the visibility of the sensor.
Gets or sets the boolean
Property
specifying the visibility of the line formed by the intersection of the sensor and other central bodies.
Methods
clone(result) → CustomPatternSensorGraphics
Duplicates a CustomPatternSensorGraphics instance.
Name | Type | Description |
---|---|---|
result |
CustomPatternSensorGraphics | optional The object onto which to store the result. |
Returns:
The modified result parameter or a new instance if one was not provided.
Assigns each unassigned property on this object to the value
of the same property on the provided source object.
Name | Type | Description |
---|---|---|
source |
CustomPatternSensorGraphics | The object to be merged into this object. |