Table of Contents

Struct CoherenceInput.Field

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll

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

public struct CoherenceInput.Field

Fields

name

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

public string name

Field Value

string

type

The type of the input.

public CoherenceInput.Field.Type type

Field Value

CoherenceInput.Field.Type