Click or drag to resize

BidirectionalVH Class

The views holder that can preset a BidirectionalModel. It demonstrates the flow of data both from the view to the model and vice-versa
Inheritance Hierarchy

Namespace:  Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.ViewsHolders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class BidirectionalVH : BaseVH

The BidirectionalVH type exposes the following members.

Constructors
  NameDescription
Public methodBidirectionalVH
Top
Properties
  NameDescription
Public propertysliderBehaviour
Top
Methods
  NameDescription
Public methodCanPresentModelType
Can only preset models of type BidirectionalModel
(Overrides BaseVHCanPresentModelType(Type).)
Public methodCollectViews
If instead of calling Init(GameObject, Int32, Boolean, Boolean), the initializaton is done manually, this should be called lastly as part of the initialization phase
(Overrides BaseVHCollectViews.)
Public methodUpdateViews
Called to update the views from the specified model. Overriden by inheritors to update their own views after casting the model to its known type
(Overrides BaseVHUpdateViews(BaseModel).)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also