Skip to main content

BackgroundUIDBGridDisplay.orientation

public Orientation orientation { get; set; }

Description#

Gets/Sets the object orientation

Usage#

Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(BackgroundUIDBGridDisplay target)    {        Orientation result = target.orientation;    }   }