new BoxGraphics()
An optionally time-dynamic box.
Members
-
readonlydefinitionChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
dimensions :Property
-
Gets or sets the
Cartesian3Propertyspecifying the dimensions of the box. -
fill :Property
-
Gets or sets the Boolean
Propertyspecifying whether the box should be filled. -
material :MaterialProperty
-
Gets or sets the
MaterialPropertyspecifying the appearance of the box. -
outline :Property
-
Gets or sets the Boolean
Propertyspecifying whether the box should be outlined. -
outlineColor :Property
-
Gets or sets the Color
Propertyspecifying whether the color of the outline. -
outlineWidth :Property
-
Gets or sets the Number
Propertyspecifying the width of the outline. -
show :Property
-
Gets or sets the boolean
Propertyspecifying the box's visibility.
Methods
-
clone(result) → BoxGraphics
-
Duplicates a BoxGraphics instance.
Name Type Description resultBoxGraphics 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 sourceBoxGraphics The object to be merged into this object.
