Skip to content

MonoTutorialTag

Graydon edited this page Mar 21, 2017 · 6 revisions

public abstract class MonoTutorialTag

Base Class: MonoBehaviour
Implements: IUITag

Fields

public string m_Tag
public bool m_LocationLess
private static Dictionary<string, IUITag> m_TutorialTags

Properties

public bool isDynamic { get; }
public bool isValid { get; }
public bool isRelative { get; }
public bool locationLess { get; }
public string tutorialTag { get; set; }
public Vector3 position { get; }

Constructors

static MonoTutorialTag()

Methods

protected void OnEnable()
protected void OnDisable()
public static IUITag Find(string tag)

Clone this wiki locally