Table of Contents

Struct Field

Namespace
Coherence
Assembly
Coherence.dll

An input definition, e.g. a single button. A CoherenceInput can have a collection of these.

public struct Field

Fields

name

The name of the input, e.g. "Jump".

public string name

Field Value

string

type

The type of the input.

public Field.Type type

Field Value

Field.Type