Skill Dataset
π SkillDataset Class
A dataset that can be given to skills. This is meant to be a parent class of your own dataset object.
Namespace:
Esper.SkillWeb
Inherits from:SkillWebObject
Type:abstract class
π¦ Fields
Access
Field
Type
Description
public static
resourcesPath
string
The path to all generated objects of this type relative to the resources folder.
public
skill
Skill
The skill reference.
π§° Methods
Access
Method
Returns
Description
public abstract
GetName()
string
Gets the skill name.
public abstract
GetSubtext()
string
Gets the skill subtext.
public abstract
GetDescription()
string
Gets the skill description.
Last updated