DynamicCone

DynamicCone

new

An optionally time-dynamic cone.

Source:

Members

:MaterialProperty

Gets or sets the MaterialProperty specifying the the cone's cap material.

:Event

Gets the event that is raised whenever a new property is assigned.

:Property

Gets or sets the numeric Property specifying the the cone's inner half-angle.

:MaterialProperty

Gets or sets the MaterialProperty specifying the the cone's inner material.

:Property

Gets or sets the Color Property specifying the color of the line formed by the intersection of the cone and other central bodies.

:Property

Gets or sets the numeric Property specifying the width of the line formed by the intersection of the cone and other central bodies.

:Property

Gets or sets the numeric Property specifying the the cone's maximum clock angle.

:Property

Gets or sets the numeric Property specifying the the cone's minimum clock angle.

:Property

Gets or sets the numeric Property specifying the the cone's outer half-angle.

:MaterialProperty

Gets or sets the MaterialProperty specifying the the cone's outer material.

:Property

Gets or sets the numeric Property specifying the radius of the cone's projection.

:Property

Gets or sets the boolean Property specifying the visibility of the cone.

:Property

Gets or sets the boolean Property specifying the visibility of the line formed by the intersection of the cone and other central bodies.

:MaterialProperty

Gets or sets the MaterialProperty specifying the the cone's silhouette material.

Methods

Duplicates a DynamicCone instance.

Parameters:
Name Type Argument Description
result DynamicCone <optional>
The object onto which to store the result.
Returns:
DynamicCone 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.

Parameters:
Name Type Description
source DynamicCone The object to be merged into this object.