Skip to content

Game.Prefabs.TutorialInputTriggerPrefab+InputAction

Assembly: Game
Namespace: Game.Prefabs

Type: struct sealed public

Base: System.ValueType

Attributes: Serializable

Code

public sealed struct InputAction
{
    public System.String m_Map;
    public System.String m_Action;

}

Fields

  • public System.String m_Map
public System.String m_Map;
  • public System.String m_Action
public System.String m_Action;