BoxGraphics

external class BoxGraphics(source)

Describes a box. The center position and orientation are determined by the containing Entity.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Gets the event that is raised whenever a property or sub-property is changed or modified.

Link copied to clipboard

Gets or sets Cartesian3 Property property specifying the length, width, and height of the box.

Link copied to clipboard

Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this box will be displayed.

Link copied to clipboard

Gets or sets the boolean Property specifying whether the box is filled with the provided material.

Link copied to clipboard

Gets or sets the Property specifying the HeightReference.

Link copied to clipboard

Gets or sets the material used to fill the box.

Link copied to clipboard

Gets or sets the Property specifying whether the box is outlined.

Link copied to clipboard

Gets or sets the Property specifying the Color of the outline.

Link copied to clipboard

Gets or sets the numeric Property specifying the width of the outline.

Link copied to clipboard

Get or sets the enum Property specifying whether the box casts or receives shadows from light sources.

Link copied to clipboard

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

Functions

Link copied to clipboard
fun clone(result: BoxGraphics? = definedExternally): BoxGraphics

Duplicates this instance.

Link copied to clipboard
fun merge(source: BoxGraphics)

Assigns each unassigned property on this object to the value of the same property on the provided source object.