 |
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.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic ICamera? Camera { get; set; }Property Value
ICamera
See Also