Click or drag to resize

SliderItemBehaviour Class

Basic behavior used on items related to BidirectionalVH and BidirectionalModel to demonstrate the bidirectional flow of data (i.e. form model to the view and vice-versa)

It fires its ValueChanged when the slider's value changes and displays it in a Text component. The slider's value can also be changed/retrieved via the Value property

Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Com.ForbiddenByte.OSA.Demos.MultiplePrefabsSliderItemBehaviour

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

The SliderItemBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodSliderItemBehaviour
Top
Properties
  NameDescription
Public propertyValue
Gets/Sets the value of the slider
Top
Events
  NameDescription
Public eventValueChanged
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also