SORTIE Java Interface  1
Public Attributes | List of all members
sortie.data.funcgroups.Behavior.setupType Enum Reference

How this behavior's setup interface is handled. More...

Public Attributes

 auto_display
 Auto display parameters through the default process. More...
 
 custom_display
 Allow the behavior to call a custom dialog for setup. More...
 
 no_display
 No setup display needed. More...
 

Detailed Description

How this behavior's setup interface is handled.

Member Data Documentation

◆ auto_display

sortie.data.funcgroups.Behavior.setupType.auto_display

Auto display parameters through the default process.

◆ custom_display

sortie.data.funcgroups.Behavior.setupType.custom_display

Allow the behavior to call a custom dialog for setup.

◆ no_display

sortie.data.funcgroups.Behavior.setupType.no_display

No setup display needed.


The documentation for this enum was generated from the following file: