Show / Hide Table of Contents

Class SkillConfig

Configuration class for custom skills

Inheritance
System.Object
SkillConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: JotunnLib.Entities
Assembly: JotunnLib.dll
Syntax
public class SkillConfig

Properties

| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Icon

Declaration
public Sprite Icon { get; set; }
Property Value
Type Description
Sprite
| Improve this Doc View Source

Identifier

Declaration
public string Identifier { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IncreaseStep

Declaration
public float IncreaseStep { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UID

Declaration
public Skills.SkillType UID { get; }
Property Value
Type Description
Skills.SkillType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX