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 hide tools UI panel default is true
Declaration
Swift
case tools -
show or hide the current module/chapter title and description default is true
Declaration
Swift
case info -
show or hide UI for interacting with animations (play/pause, timeline slider) default is true
Declaration
Swift
case animation -
show or hide pagination controls default is true
Declaration
Swift
case tour -
show a help button for UI instruction panel default is true
Declaration
Swift
case help -
show a searchable tree of objects in the scene default is true
Declaration
Swift
case objectTree -
show a button that resets the scene
Declaration
Swift
case reset -
show or hide all navigation UI default is true
Declaration
Swift
case nav -
show or hide anatomy labels default is true
Declaration
Swift
case anatomyLabels -
enable or disable the Draw feature default is true
Declaration
Swift
case draw -
enable or disable quizzing default is true
Declaration
Swift
case quizEnabled -
show the label list in the info panel default is false
Declaration
Swift
case labelList -
show visiblilty layers conrols default is false
Declaration
Swift
case layers -
turn on on-demand loading
Declaration
Swift
case onDemand -
turn on quiz lock
Declaration
Swift
case quizLock -
enable/disable audio controls default is enabled
Declaration
Swift
case audio -
set to true to show the tutorial on the next model load default is disabled
Declaration
Swift
case tutorial
View on GitHub
HumanUIOptions Enumeration Reference