Created
December 11, 2015 18:45
-
-
Save twobob/c870e446908242f8a012 to your computer and use it in GitHub Desktop.
OverlayReferenceHolders supporting static class for GenerateTextObjectAndPositionDuringRuntime_FOR_PREFABS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using UnityEngine.UI; | |
using UnityEngine; | |
public static class OverlayReferenceHolders | |
{ | |
public static GameObject OverlayCanvas; | |
public static GameObject TextPrefab; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment