Exemplo n.º 1
0
 public Trigger(bool oneShot = true)
 {
     m_Action = new TriggerAction <bool>(oneShot);
 }
Exemplo n.º 2
0
 static TriggerAction()
 {
     Empty = new TriggerAction <T>(true);
     Empty.Cancel();
 }