ExpandCollapseOnClickISizeChangesHandlerOnExpandedStateChanged Method |
Called when the animation ends and the item successfully expanded (expanded is true) or collapsed (else)
Namespace:
Com.ForbiddenByte.OSA.Util
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxvoid OnExpandedStateChanged(
RectTransform rt,
bool expanded
)
Parameters
- rt
- Type: RectTransform
The animated RectTransform - expanded
- Type: SystemBoolean
true if the item expanded. false, if collapsed
Version InformationOptimized ScrollView Adapter
Supported in: 4.3
See Also