AnimateAnchoredPositionStyleOption.working
public bool working { get; }Description#
Get if the style needs additional updates to finish applying
Usage#
Example
using NullSave.GDTK.UIProusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(AnimateAnchoredPositionStyleOption target) { bool result = target.working; } }