Click or drag to resize

BidirectionalModel Class

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.
Inheritance Hierarchy
SystemObject
  frame8.ScrollRectItemsAdapter.MultiplePrefabsExample.ModelsBaseModel
    frame8.ScrollRectItemsAdapter.MultiplePrefabsExample.ModelsBidirectionalModel

Namespace:  frame8.ScrollRectItemsAdapter.MultiplePrefabsExample.Models
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class BidirectionalModel : BaseModel

The BidirectionalModel type exposes the following members.

Constructors
  NameDescription
Public methodBidirectionalModel
Top
Fields
  NameDescription
Public fieldvalue
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.0, 3.0
See Also