 |
AxesBoxNodeCamera Property |
Gets or sets a camera that is showing the 3D scene (usually assigned to SceneView.Camera property).
When this Camera object is set, then AxisWithLabelsNode subscribe to camera changes (when
UpdateOnCameraChanges is true) and update the text directions based on the camera angles.
When Camera object is not set, then text is oriented as it would be viewed with a camera with Heading = 0 and Attitude = 0.
In this case it is recommended to call
UpdateTextDirections(ICamera) to update the text directions.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic ICamera? Camera { get; set; }Property Value
ICamera
See Also