Enum Glyph.Type
Namespace: LMirman.RewiredGlyphs
Assembly: .dll
Syntax
public enum Glyph.Type
Fields
Name | Description |
---|---|
Input | This glyph represents an element for a particular hardware. |
Null | This glyph represents an action that does not exist. Likely due to an invalid action id. |
Unbound | This glyph represents an action that does not have any elements that control it. Likely due to the Input Manager maps missing an ActionElementMap for it. |
Undefined | The intention of this glyph is unspecified. You are highly encouraged to use another type if one is appropriate. |
Uninitialized | This glyph represents an action that does not exist for the specific reason that either InputGlyphs or Rewired itself are not ready. If this is output for more than a single frame there is likely no valid Input Manager present or it does not contain a RewiredGlyphManager component. |