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