HumanUIOptions

@objc
public enum HumanUIOptions : Int

Enumerated ui option flags you can set to true or false

  • shows a panel of tools (xray, dissect, isolate, and cross section)

    Declaration

    Swift

    case tools
  • show the current module/chapter information and chapter navigation UI

    Declaration

    Swift

    case info
  • show UI for interacting with animations (play/pause, timeline slider)

    Declaration

    Swift

    case animation
  • show a selectable list of objects in the scene

    Declaration

    Swift

    case objects
  • show a slider that turns off anatomical layers in the scene

    Declaration

    Swift

    case slider
  • show a button that returns the scene to its original state.

    Declaration

    Swift

    case reset
  • all

    turn all of the widget UI elements OFF only. You need to turn them on individually.

    Declaration

    Swift

    case all