PlaneGraphics

external class PlaneGraphics(source)

Describes a plane. 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 the Cartesian2 Property specifying the width and height of the plane.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the material used to fill the plane.

Link copied to clipboard

Gets or sets the Property specifying whether the plane 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

Gets or sets the Plane Property specifying the normal and distance of the plane.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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

Duplicates this instance.

Link copied to clipboard
fun merge(source: PlaneGraphics)

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