Click or drag to resize

ExpandCollapseAnimationState Class

Used for more control than ExpandCollapseOnClick offers. Holds all the required data for animating an item's size. The animation is done manually, using an MonoBehaviour's Update
Inheritance Hierarchy
SystemObject
  Com.ForbiddenByte.OSA.Demos.CommonExpandCollapseAnimationState

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

The ExpandCollapseAnimationState type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCurrentExpandedAmount
0 = just getting started, 1 = done
Public propertyIsDone
Top
Methods
  NameDescription
Public methodForceFinish
Top
Fields
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also