Appearance
KBE3D / KBCore / Cesium / HorizontalOrigin
枚举: HorizontalOrigin
The horizontal location of an origin relative to an object, e.g., a Billboard or Label. For example, setting the horizontal origin to <code>LEFT</code> or <code>RIGHT</code> will display a billboard to the left or right (in screen space) of the anchor position. <br /><br /> <div align='center'> <img src='/Images/Billboard.setHorizontalOrigin.png' width='648' height='196' /><br /> </div>
枚举成员
CENTER
CENTER:
0
The origin is at the horizontal center of the object.
LEFT
LEFT:
1
The origin is on the left side of the object.
RIGHT
RIGHT:
-1
The origin is on the right side of the object.
