Skill Web Settings

Working with Skill Web's settings.

You can access the settings with SkillWeb.Settings.

Fields & Properties

Name
Description
Type
Access

debugLogMode

Controls the debug messages logged in the console.

SkillWebSettings.DebugLogMode

public

enablePlayerLevelRequirement

If the player level requirement for unlocking skills should be enabled.

bool

public

enableDowngrading

If skill downgrading should be enabled.

bool

public

databaseName

The name of the database.

string

public

skillDatasetReference

The skill dataset reference. Used by all skills to allow custom data in the skill bank editor.

SkillDataset

public

webDatasetReference

The web dataset reference. Used by all webs to allow custom data in the web creator.

WebDataset

public

tags

A list of all skill tags.

List<string>

public

zoomStrength

The zooming strength.

float

public

zoomSmoothing

Smooths zooming. Higher = faster smoothing.

float

public

minScale

The minimum zoom scale.

float

public

maxScale

The maximum zoom scale.

float

public

startingScale

The scale that the graph starts with when first loaded.

SkillWebSettings.StartingScale

public

panSmoothing

Smooths panning. Higher = faster smoothing.

float

public

afterSnapDelay

The amount of time control is disabled after a node has been snapped to.

float

public

automaticBoundsEnabled

If panning bounds should be automatically calculated and applied.

bool

public

resetFocusSpeed

The speed used when resetting the view or focusing. Speed at 1 will take 1s to reset.

float

public

mousePanButton

The button used to drag/pan the web view.

PointerEventData.InputButton

public

skillNodeSizes

Node size settings.

SkillWebSettings.SkillNodeSizes

public

Last updated