A savable version of a SkillNode.
Namespace: Esper.SkillWeb.DataManagement Type: class
Esper.SkillWeb.DataManagement
class
public
id
int
The node ID.
guid
string
A guid that was generated when this web was last changed.
skillID
The skill ID.
hasConnectionDependency
bool
If the skill is connection dependant.
position
float[]
The position as a float array.
level
The current level of the skill.
ToSkillNode()
SkillNode
Converts this SavableSkillNode back to a SkillNode.
SkillLevelTotal()
Gets the sum of the level of all skills.
Last updated 4 months ago