new DynamicCone()
An optionally time-dynamic cone.
Members
-
capMaterial :MaterialProperty
-
Gets or sets the
MaterialPropertyspecifying the the cone's cap material. -
readonlydefinitionChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
innerHalfAngle :Property
-
Gets or sets the numeric
Propertyspecifying the the cone's inner half-angle. -
innerMaterial :MaterialProperty
-
Gets or sets the
MaterialPropertyspecifying the the cone's inner material. -
intersectionColor :Property
-
Gets or sets the
ColorPropertyspecifying the color of the line formed by the intersection of the cone and other central bodies. -
intersectionWidth :Property
-
Gets or sets the numeric
Propertyspecifying the width of the line formed by the intersection of the cone and other central bodies. -
maximumClockAngle :Property
-
Gets or sets the numeric
Propertyspecifying the the cone's maximum clock angle. -
minimumClockAngle :Property
-
Gets or sets the numeric
Propertyspecifying the the cone's minimum clock angle. -
outerHalfAngle :Property
-
Gets or sets the numeric
Propertyspecifying the the cone's outer half-angle. -
outerMaterial :MaterialProperty
-
Gets or sets the
MaterialPropertyspecifying the the cone's outer material. -
radius :Property
-
Gets or sets the numeric
Propertyspecifying the radius of the cone's projection. -
show :Property
-
Gets or sets the boolean
Propertyspecifying the visibility of the cone. -
showIntersection :Property
-
Gets or sets the boolean
Propertyspecifying the visibility of the line formed by the intersection of the cone and other central bodies. -
silhouetteMaterial :MaterialProperty
-
Gets or sets the
MaterialPropertyspecifying the the cone's silhouette material.
Methods
-
clone(result) → DynamicCone
-
Duplicates a DynamicCone instance.
Name Type Description resultDynamicCone optional The object onto which to store the result. Returns:
The modified result parameter or a new instance if one was not provided. -
merge(source)
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description sourceDynamicCone The object to be merged into this object.
