Appearance
KBE3D / KBCore / Cesium / PlaneGraphics / ConstructorOptions
接口: ConstructorOptions
Initialization options for the PlaneGraphics constructor
属性
show?
optionalshow:boolean|Property
A boolean Property specifying the visibility of the plane.
plane?
A Plane Property specifying the normal and distance for the plane.
dimensions?
optionaldimensions:Property|Cartesian2
A Cartesian2 Property specifying the width and height of the plane.
fill?
optionalfill:boolean|Property
A boolean Property specifying whether the plane is filled with the provided material.
material?
optionalmaterial:Color|MaterialProperty
A Property specifying the material used to fill the plane.
outline?
optionaloutline:boolean|Property
A boolean Property specifying whether the plane is outlined.
outlineColor?
A Property specifying the Color of the outline.
outlineWidth?
optionaloutlineWidth:number|Property
A numeric Property specifying the width of the outline.
shadows?
optionalshadows:Property|ShadowMode
An enum Property specifying whether the plane casts or receives shadows from light sources.
distanceDisplayCondition?
optionaldistanceDisplayCondition:Property|DistanceDisplayCondition
A Property specifying at what distance from the camera that this plane will be displayed.
