Click or drag to resize

Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.Models Namespace

 
Classes
  ClassDescription
Public classBaseModel
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
Public classBidirectionalModel
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.
Public classExpandableModel
A model representing an expandable item, including an expanded view-state-related property to keep track of whether it's expanded or not. It also includes an imageURL to be loaded into the view