VolumeViewPointManager

The interface of volume View Point. when you register a VolumeViewPointListener to the VolumeViewPointManager, the VolumeViewPointListener will be called when the viewpoint of the container changes.

See also

Properties

Link copied to clipboard
abstract val viewpoint: State<ViewPoint>

The State of the current ViewPoint, default is ViewPoint.Front.

Functions