terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnDidApplyAnimationProperties()

override void UnityEngine.UI.Slider.OnDidApplyAnimationProperties ( )
inlineprotectedvirtual

Reimplemented from UnityEngine.UI.Selectable.

Definition at line 314 of file Slider.cs.

315 {
316 float value = this.m_Value;
318 float normalizedValue = this.normalizedValue;
319 RectTransform fillContainerRect = this.m_FillContainerRect;
320 if (!true)
321 {
322 }
323 Image fillImage = this.m_FillImage;
324 if (!true)
325 {
326 }
327 Image fillImage2 = this.m_FillImage;
329 float fillAmount = fillImage2.m_FillAmount;
330 }
class f__AnonymousType0<< Count > j__TPar
Image.Type m_Type
Definition Image.cs:910
RectTransform m_FillContainerRect
Definition Slider.cs:659
virtual float value
Definition Slider.cs:148

References j__TPar, UnityEngine.UI.Image.m_FillAmount, UnityEngine.UI.Slider.m_FillContainerRect, UnityEngine.UI.Slider.m_FillImage, UnityEngine.UI.Image.m_Type, UnityEngine.UI.Slider.m_Value, UnityEngine.UI.Slider.normalizedValue, and UnityEngine.UI.Slider.value.