Click or drag to resize

Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.ViewsHolders Namespace

 
Classes
  ClassDescription
Public classBaseVH
Includes common functionalities for the 2 viewsholders. CanPresentModelType(Type) is implemented in both of them to return wether the views holder can present a model of specific type (that's why we cache the model's type into CachedType inside its constructor)
Public classBidirectionalVH
The views holder that can preset a BidirectionalModel. It demonstrates the flow of data both from the view to the model and vice-versa
Public classExpandableVH
The views holder that can preset an ExpandableModel. It demonstrates the flow of data both from the view to the model and vice-versa