Click or drag to resize

CesiumReferenceFrameExtension Constructor (ReferenceFrame)

Initializes a new instance with the provided CesiumReferenceFrame.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumReferenceFrameExtension(
	ReferenceFrame graphicsReferenceFrame
)

Parameters

graphicsReferenceFrame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame to use for graphics. The object's position will be described relative to this reference frame.
See Also