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.ModelsBidirectionalModel

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
  NameDescription
Public methodBidirectionalModel
Top
Fields
  NameDescription
Public fieldvalue
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also