Skill Web
  • Skill Web Documentation
  • đŸ•šī¸Quick Start
    • Installation
  • Start Developing
  • 💡General
    • Running the Demos
  • Menu Options
  • UI Customizations
    • uGUI
      • Skill Node
      • Connection Line
      • Web View
      • Hovercard
  • Datasets
  • 🎓Tutorials
    • Runes Demo Walkthrough
  • âœī¸Editors
    • Skill Bank
  • Web Creator
  • Settings
  • Components
    • Skill Web Initializer
    • uGUI
      • Skill Node UGUI
      • Connection Line
        • Curved Connection Line
      • Web View UGUI
        • Web View Selector UGUI
      • Skill Hovercard UGUI
    • Player Web Link
  • 📄Scripting API
    • Initialization
  • Skills
    • Skill
      • Skill Dataset Attributes
    • Skill Node
  • Webs
    • Web Graph
    • Web
  • UI
    • Loading a Web
    • Web View Input Handling
    • Customize Connection Line
    • Customize Hovercard
  • Player Web Link
  • Custom Logic
  • Saving & Loading
  • Events
  • Skill Web Settings
  • Procedural Generation (Beta)
  • đŸ› ī¸Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
    • Future Plans
    • ⭐Rate Me?
Powered by GitBook
On this page

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

PreviousEventsNextProcedural Generation (Beta)

Last updated 13 days ago