Click or drag to resize

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
Syntax
C#
void OnExpandedStateChanged(
	RectTransform rt,
	bool expanded
)

Parameters

rt
Type: RectTransform
The animated RectTransform
expanded
Type: SystemBoolean
true if the item expanded. false, if collapsed
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also