Skip to content

LevelManager

Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

LevelManager

Namespace: TommoJProductions.ModApi

used for mod api loader starting coroutine.

public class LevelManager : UnityEngine.MonoBehaviour

Inheritance Object → Object → Component → Behaviour → MonoBehaviour → LevelManager

Properties

useGUILayout

public bool useGUILayout { get; set; }

Property Value

Boolean

enabled

public bool enabled { get; set; }

Property Value

Boolean

isActiveAndEnabled

public bool isActiveAndEnabled { get; }

Property Value

Boolean

transform

public Transform transform { get; }

Property Value

Transform

gameObject

public GameObject gameObject { get; }

Property Value

GameObject

tag

public string tag { get; set; }

Property Value

String

name

public string name { get; set; }

Property Value

String

hideFlags

public HideFlags hideFlags { get; set; }

Property Value

HideFlags

Constructors

LevelManager()

public LevelManager()

Clone this wiki locally