Skip to content

DevMode

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

DevMode

Namespace: TommoJProductions.ModApi

Represents debug behaviour for mod api.

public class DevMode : UnityEngine.MonoBehaviour

Inheritance Object → Object → Component → Behaviour → MonoBehaviour → DevMode

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

DevMode()

public DevMode()

Methods

setInspectionPart(Part)

internal void setInspectionPart(Part part)

Parameters

part Part

setInspectionBolt(Bolt)

internal void setInspectionBolt(Bolt bolt)

Parameters

bolt Bolt

Clone this wiki locally