Please expose UnityEngine.Behaviour.enabled so that more whitelisted component types not currently exposed by Udon can be enabled/disabled at runtime. It is currently not possible to enable/disable a large number of components at runtime without casting to its derived type (and even then not all component types are exposed to Udon) which makes it very difficult to accurately and performantly replicate the functionality of VRC_Trigger's SetComponentActive action type.