|
|
int | hierarchyIconOffset = 0 |
|
Color | hotspotGizmoColor = new Color (1f, 1f, 0f, 0.6f) |
|
Color | triggerGizmoColor = new Color (1f, 0.3f, 0f, 0.8f) |
|
Color | collisionGizmoColor = new Color (0f, 1f, 1f, 0.8f) |
|
Color | pathGizmoColor = Color.blue |
|
int | menuItemsBeforeScroll = 15 |
|
CSVFormat | csvFormat = CSVFormat.Standard |
|
ShowHierarchyIcons | showHierarchyIcons = ShowHierarchyIcons.All |
|
int | editorLabelWidth = 0 |
|
int | actionNodeWidth = 300 |
|
bool | disableInstaller = false |
|
string | installPath = DefaultInstallPath |
|
int | autosaveActionListsInterval = 10 |
|
bool | retainExportFieldData = true |
|
bool | allowDragDrop = false |
|
string | actionListAssetPath = "" |
|
ExportEncoding | exportEncoding = ExportEncoding.UTF8 |
|
| static int | HierarchyIconOffset [get, set] |
| static int | EditorLabelWidth [get, set] |
| static int | ActionNodeWidth [get, set] |
| static ShowHierarchyIcons | ShowHierarchyIcons [get, set] |
| static bool | RetainExportFieldData [get, set] |
| static Color | HotspotGizmoColor [get, set] |
| static Color | TriggerGizmoColor [get, set] |
| static Color | CollisionGizmoColor [get, set] |
| static Color | PathGizmoColor [get, set] |
| static CSVFormat | CSVFormat [get, set] |
| static int | MenuItemsBeforeScroll [get, set] |
| static bool | DisableInstaller [get, set] |
|
static string | InstallPath [get, set] |
|
static int | AutosaveActionListsInterval [get, set] |
|
static bool | AllowDragDrop [get, set] |
|
static string | ActionListAssetPath [get, set] |
|
static Encoding | Encoding [get] |
|
static ExportEncoding | DefaultExportEncoding [get] |
This script allows for the setting of Editor-wide preferences via Unity's Player settings window (Unity 2019.2 and later).