Modifier and Type | Field and Description |
---|---|
Property |
dimensions
A Cartesian2 Property specifying the width and height of the plane.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this plane will be displayed.
|
Property |
fill
A boolean Property specifying whether the plane is filled with the provided material.
|
MaterialProperty |
material
A Property specifying the material used to fill the plane.
|
Property |
outline
A boolean Property specifying whether the plane is outlined.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the width of the outline.
|
Property |
plane
A Plane Property specifying the normal and distance for the plane.
|
Property |
shadows
An enum Property specifying whether the plane casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the plane.
|
Constructor and Description |
---|
PlaneGraphics()
Describes a plane.
|
PlaneGraphics(PlaneGraphicsOptions options)
Describes a plane.
|
Modifier and Type | Method and Description |
---|---|
PlaneGraphics |
clone(PlaneGraphics result)
Duplicates this instance.
|
Event |
definitionChanged()
Gets the event that is raised whenever a property or sub-property is changed or modified.
|
void |
merge(PlaneGraphics source)
Assigns each unassigned property on this object to the value of the same property on the provided source object.
|
@JsProperty public Property plane
@JsProperty public Property dimensions
@JsProperty public Property show
@JsProperty public Property fill
@JsProperty public MaterialProperty material
Color.WHITE()
@JsProperty public Property outline
@JsProperty public Property outlineColor
Color.BLACK()
@JsProperty public Property outlineWidth
@JsProperty public Property shadows
ShadowMode.DISABLED()
@JsProperty public Property distanceDisplayCondition
@JsConstructor public PlaneGraphics()
Entity
.@JsConstructor public PlaneGraphics(PlaneGraphicsOptions options)
Entity
.options
- object PlaneGraphicsOptions
.@JsProperty(name="definitionChanged") public Event definitionChanged()
@JsMethod public PlaneGraphics clone(PlaneGraphics result)
result
- The object onto which to store the result.@JsMethod public void merge(PlaneGraphics source)
source
- The object to be merged into this object.Copyright © 2019. All rights reserved.