Savable Web

๐Ÿ’พ SavableSkillNode Class

A savable version of a SkillNode.

Namespace: Esper.SkillWeb.DataManagement Type: class


๐Ÿ“ฆ Fields

Access
Field
Type
Description

public

id

int

The node ID.

public

skillID

int

The skill ID.

public

hasConnectionDependency

bool

If the skill is connection dependant.

public

position

float[]

The position as a float array.

public

level

int

The current level of the skill.


๐Ÿงฐ Methods

Access
Method
Returns
Description

public

ToSkillNode()

SkillNode

Converts this SavableSkillNode back to a SkillNode.

Last updated