public void SetEnabled(bool value) { if (value) { Natives.EnableTrigger(this); } else { Natives.DisableTrigger(this); } }