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
  Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.ModelsBaseModel
    Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.Models BidirectionalModel

Namespace: Com.ForbiddenByte.OSA.Demos.MultiplePrefabs.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
Name Description
Public method BidirectionalModel
Top
Fields
Name Description
Public field value
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also