Vixen
c7401864
csharp
public record class TalentTreeDefinition

A talent tree: a DAG of nodes with costs, ranks and prerequisites.

Read the guide page for this →

Fields and properties (2)

  • public string DisplayName

    What it is called in the UI.

  • public List<TalentNodeDefinition> Nodes

    Its nodes.

Methods (1)

  • public override void CollectTags(ICollection<string> tags)

    Every tag this definition mentions, so the content build can bake the tag table.

Used by (8)

  • ContentVixen.Gameplay.Progression.Tests
  • ProgressionLibraryVixen.Gameplay.Progression
  • ProgressionModuleVixen.Gameplay.Progression
  • SectionContentVixen.Live.Gameplay.Tests
  • TalentTreeVixen.Gameplay.Progression
  • TalentTreeTestsVixen.Gameplay.Progression.Tests
  • TypeRegistrationVixen.Gameplay.Progression
  • Vixen_Gameplay_Progression_TalentTreeDefinitionSerializerVixen.Gameplay.Progression