Vixen
c7401864
csharp
public sealed class Collectible

A collectible with its names resolved.

Read the guide page for this →

Fields and properties (8)

  • public CollectibleDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public CollectibleKind Kind

    What sort it is.

  • public GameplayTag Tag

    What having it grants.

  • public GameplayTag Slot

    Which slot an appearance replaces.

  • public bool IsHidden

    Whether it stays hidden until it is unlocked.

  • public RequirementSet Requirements

    What has to be true to use it.

Used by (5)

  • CollectionLibraryVixen.Gameplay.Collections
  • CollectionRecordVixen.Gameplay.Collections
  • CollectionTestsVixen.Gameplay.Collections.Tests
  • WardrobeVixen.Gameplay.Collections
  • WardrobeSectionTestsVixen.Live.Gameplay.Tests