Esempio n. 1
0
 public bool Equals(InputActionReference other)
 {
     return(m_Reference == other);
 }
Esempio n. 2
0
 public InputActionProperty(InputActionReference reference)
 {
     m_UseReference = true;
     m_Action       = null;
     m_Reference    = reference;
 }