v2.15.0
ExtendReality-Bot
released this
10 Jul 12:18
·
15 commits
to master
since this release
2.15.0 (2023-07-10)
Features
- Action: add option to toggle emit events (d5dd0bc)
The EmitEvents property can be unchecked to prevent any action events from being emitted when action values are changed.
There are also two new methods
ResetToInitialValue
andResetToDefaultValue
that will reset an Action value to its default or inital value without calling any events either. - Tracking: add allow mutate option to transform property applier (1d30393)
The TransformPropertyApplier now has an AllowMutate property the same as the TransformPropertyMutator, which can be used to prevent mutations occurring and will raise a skipped event if mutations are turned off.
The before update event is always raised.