Skip to main content

StylizedElement.state

public StylizedElementState state { get; set; }

Description#

Get/Set element state

Usage#

Example
using NullSave.GDTK.UIProusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(StylizedElement target)    {        StylizedElementState result = target.state;    }   }