Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.Models Namespace |
| Class | Description | |
|---|---|---|
| BaseModel |
Base class for the 2 models used in the MultiplePrefabsExample scene. Contains a title as the only data field and some other fields for the view state
| |
| BidirectionalModel | Plain model having only a value float data field. It's used to demonstrate that not only the views can be updated from the model, but also it can go the other way around. | |
| ExpandableModel |