HumanUIOptions
@objc
public enum HumanUIOptions : Int
Enumerated UI option flags you can set to true or false
-
Show or Hide all UI elements Default is true (show)
Declaration
Swift
case all
-
Show or don’t show anatomy name and other UI when objects are selected Default is true
Declaration
Swift
case anatomyLabels
-
Show orHhide UI for interacting with animations (play/pause, timeline slider) Default is true (show)
Declaration
Swift
case animation
-
Enable/Disable audio controls Default is enabled (show)
Declaration
Swift
case audio
-
Show or Hide UI to enter the Draw feature Default is true (show)
Declaration
Swift
case draw
-
Show or Hide a help button for UI instruction panel Default is true (show)
Declaration
Swift
case help
-
Show or hide the current module/chapter title and description Default is true (show)
Declaration
Swift
case info
-
Show or hide anatomy labels in the scene Default is true (show)
Declaration
Swift
case labels
-
Show the label list in the info panel Default is true (show)
Declaration
Swift
case labelList
-
Show or Hide UI to bring up visiblilty layers conrols, if the data exists Default is true (show)
Declaration
Swift
case layers
-
Show or hide camera navigation UI Default is true (show)
Declaration
Swift
case nav
-
Show or Hide a UI button to bring up a searchable tree of objects in the scene Default is true (show)
Declaration
Swift
case objectTree
-
Turn on on-demand loading Default is false
Declaration
Swift
case onDemand
-
Automatically starts an embedded Quiz if one exists in the loaded interactive Default is false
Declaration
Swift
case quizAutoStart
-
Prevents the user from taking an embedded Quiz Default is false
Declaration
Swift
case quizLock
-
Show a button that resets the scene after it has been altered Default is true (show)
Declaration
Swift
case reset
-
Show or Hide tools UI panel Default is true (show)
Declaration
Swift
case tools
-
Show or Hide Chapter controls Default is true (show)
Declaration
Swift
case tour
-
Set to true to show the tutorial on the next model load Default is false
Declaration
Swift
case tutorial