|
MeshInspectorOverlayCamera Property |
Gets or sets a Ab3d.PowerToys's BaseCamera that is used to show the 3D scene.
When the
AutoUpdateWhenCameraIsChanged is true, the MeshInspectorOverlay will subscribe to camera's changes and automatically call
Update method when the camera is changed.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public BaseCamera Camera { get; set; }
Property Value
BaseCameraSee Also