Publisher | Nela System |
---|---|
File size | 143.70kB |
Number of files | 45 |
Latest version | 1 |
Latest release date | 2023-12-04 02:20:13 |
First release date | 2023-12-04 02:20:14 |
Supported Unity versions | 2018.4.2 or higher |
With PropertyBinding, programmers can declare a field typed as PropertyBinding<T> in any serializable classes. Designers can then assign an object and one of its properties to the field in the editor. This allows the code to read the assigned property via the bound field at any time.
PropertyBinding is typically used in UI views, VFX controllers, and other contexts where properties from other objects need to be bound in the editor and read in the runtime.
The manual can be viewed at this link.