-
Notifications
You must be signed in to change notification settings - Fork 16
LevelManager
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi
used for mod api loader starting coroutine.
public class LevelManager : UnityEngine.MonoBehaviourInheritance Object → Object → Component → Behaviour → MonoBehaviour → LevelManager
public bool useGUILayout { get; set; }public bool enabled { get; set; }public bool isActiveAndEnabled { get; }public Transform transform { get; }Transform
public GameObject gameObject { get; }GameObject
public string tag { get; set; }public string name { get; set; }public HideFlags hideFlags { get; set; }HideFlags
public LevelManager()