logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class GameGraphicsSettingsCreator.KeyBindingInput

    One of the three binding-key rows: the key string itself, and — optionally — the shape of a brand-new UnityGraphicGameSettingsDefinition to author when nothing resolves it.

    Inheritance
    object
    GameGraphicsSettingsCreator.KeyBindingInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.GameGraphics.Installation.Settings.Editor.Builder
    Assembly: Serenity.UnityGraphicsSettings.Installation.Editor.dll
    Syntax
    public sealed class GameGraphicsSettingsCreator.KeyBindingInput

    Constructors

    KeyBindingInput()

    Declaration
    public KeyBindingInput()

    Fields

    CreateMissingDefinition

    When true and no existing definition resolves Key anywhere in the project, authors one directly with the fields below. A documented no-op when one already resolves — see the type doc.

    Declaration
    public bool CreateMissingDefinition
    Field Value
    Type Description
    bool

    DefinitionDefaultValue

    Declaration
    public string DefinitionDefaultValue
    Field Value
    Type Description
    string

    DefinitionIsStoreable

    Declaration
    public bool DefinitionIsStoreable
    Field Value
    Type Description
    bool

    DefinitionIsTranslatingValue

    Declaration
    public bool DefinitionIsTranslatingValue
    Field Value
    Type Description
    bool

    DefinitionOptions

    Declaration
    public List<ConfigurationEntry> DefinitionOptions
    Field Value
    Type Description
    List<ConfigurationEntry>

    DefinitionValueType

    Declaration
    public GameSettingsValueType DefinitionValueType
    Field Value
    Type Description
    GameSettingsValueType

    Key

    Declaration
    public string Key
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved