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