LogoLogo
Ctrlk
HomepageDiscordItchPatreonAsset Store
  • ⭐Start Here
  • Writing Your Dialogue
    • ⌨️Editing with VS Code
    • ✍️Writing in Yarn
    • 🪄Upgrading Yarn Scripts
  • Working With Unity
    • Overview
    • 📦Installation
    • ⚡Quick Start
    • 📥Importing Yarn Files
    • 🧱Components
    • 🤖Commands and Functions
    • 🗺️Localizations and Assets
  • Unity Sample Projects
    • 🛠️Choose-Your-Path Game
    • 🛠️Choose-Your-Path Game with Visuals
    • 🛠️NPC Dialogue Game
  • Guides
    • 🗃️Yarn Variables and Variable Storage
  • About
    • The Team
    • GitHub Repositories
    • Community Projects
  • API Documentation
    • C#
      • Yarn Namespace
      • Yarn.Markup Namespace
      • Yarn.Compiler Namespace
      • Yarn.Compiler.Upgrader Namespace
      • Yarn.Unity Namespace
        • AssemblyExtensions
        • AudioLineProvider
        • AudioLocalizedLine
        • CharacterColorView
        • Culture
        • Cultures
        • DialogueAdvanceInput
        • DialogueCharacterNameView
        • DialogueOption
        • DialogueRunner
        • DialogueViewBase
        • Effects
        • InMemoryVariableStorage
        • LanguageAttribute
        • LineProviderBehaviour
        • LineView
        • Localization
        • LocalizedLine
        • OptionsListView
        • OptionView
        • SampleRenderDetector
        • SerializedDictionary
          • Add(TKey,TValue)
          • Add(KeyValuePair<TKey, TValue>)
          • Clear()
          • Contains(KeyValuePair<TKey, TValue>)
          • ContainsKey(TKey)
          • CopyTo(KeyValuePair<TKey, TValue>[],int)
          • GetEnumerator()
          • Remove(TKey)
          • Remove(KeyValuePair<TKey, TValue>)
          • TryGetValue(TKey,TValue)
          • Count
          • IsReadOnly
          • this[TKey key]
          • Keys
          • Values
        • StringTableEntry
        • TextLineProvider
        • VariableStorageBehaviour
        • VoiceOverView
        • YarnActionAttribute
        • YarnCommandAttribute
        • YarnFunctionAttribute
        • YarnLinesAsCanvasText
        • YarnParameterAttribute
        • YarnProject
        • YarnStateInjectorAttribute
Powered by GitBook
On this page
Edit
  1. API Documentation
  2. C#
  3. Yarn.Unity Namespace
  4. SerializedDictionary

Clear()

Method in SerializedDictionary

Summary

public void Clear()
PreviousAdd(KeyValuePair<TKey, TValue>)NextContains(KeyValuePair<TKey, TValue>)

Last updated 3 years ago

Was this helpful?

Was this helpful?