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) default is true
Declaration
Swift
case tools -
show the current module/chapter title and description default is true
Declaration
Swift
case info -
show UI for interacting with animations (play/pause, timeline slider) default is true
Declaration
Swift
case animation -
show a help button for UI instruction panel default is true
Declaration
Swift
case help -
show a selectable tree of objects in the scene default is false
Declaration
Swift
case objectTree -
show a button that resets the scene
Declaration
Swift
case reset -
turn all of the widget UI elements OFF only. You need to turn them on individually.
Declaration
Swift
case all
HumanUIOptions Enumeration Reference