Class SkillBehaviour
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
public abstract class SkillBehaviour : MonoBehaviour
- Inheritance
-
objectSkillBehaviour
- Derived
Fields
Properties
Methods
- GetTooltipDescription()
Returns the full rich-text description block shown in the skill tooltip: optional command quote, description, and any unmet requirements (in red). Uses tags compatible with both TextMeshPro and Unity UI Toolkit. Single source of truth for skill tooltip text in legacy UGUI and OneJS UI.
- GetTooltipManaCost()
Mana cost text for spells (returns empty string for non-spells or zero-cost).