Savable Skill Node
๐พ 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