コード例 #1
0
ファイル: InputControl.cs プロジェクト: ciberchico420/Quixum
 public SwipeActions(@InputControl wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #2
0
ファイル: InputControl.cs プロジェクト: ciberchico420/Quixum
 public NormalActions(@InputControl wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #3
0
 public UIActions(@InputControl wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #4
0
 public TouchMapActions(@InputControl wrapper)
 {
     m_Wrapper = wrapper;
 }
コード例 #5
0
 public GamePlayerActions(@InputControl wrapper)
 {
     m_Wrapper = wrapper;
 }