Skip to main content

StylizedElement.hasPointer

public bool hasPointer { get; set; }

Description#

Get/Set if element has pointer

Usage#

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