Show / Hide Table of Contents

Class ButtonConfig

Inheritance
System.Object
ButtonConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: JotunnLib.Entities
Assembly: JotunnLib.dll
Syntax
public class ButtonConfig

Properties

| Improve this Doc View Source

Axis

Declaration
public string Axis { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Inverted

Declaration
public bool Inverted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Key

Declaration
public KeyCode Key { get; set; }
Property Value
Type Description
KeyCode
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RepeatDelay

Declaration
public float RepeatDelay { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

RepeatInterval

Declaration
public float RepeatInterval { get; set; }
Property Value
Type Description
System.Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX