-
Notifications
You must be signed in to change notification settings - Fork 16
DevMode
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi
Represents debug behaviour for mod api.
public class DevMode : UnityEngine.MonoBehaviourInheritance Object → Object → Component → Behaviour → MonoBehaviour → DevMode
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 DevMode()internal void setInspectionPart(Part part)part Part
internal void setInspectionBolt(Bolt bolt)bolt Bolt