Show / Hide Table of Contents

Class ViewSystemNodeConsole

Inheritance
System.Object
ViewSystemNodeConsole
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.Editor.dll
Syntax
[Obsolete]
public class ViewSystemNodeConsole

Fields

| Improve this Doc View Source

isMinimal

Declaration
public bool isMinimal
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

show

Declaration
public bool show
Field Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Draw(Vector2)

Declaration
public void Draw(Vector2 EditorindowWidthAndHeight)
Parameters
Type Name Description
UnityEngine.Vector2 EditorindowWidthAndHeight
| Improve this Doc View Source

LogErrorMessage(String)

Declaration
public void LogErrorMessage(string msg)
Parameters
Type Name Description
System.String msg
| Improve this Doc View Source

LogMessage(String, ViewSystemNodeConsole.MessageType)

Declaration
public void LogMessage(string msg, ViewSystemNodeConsole.MessageType messageType = ViewSystemNodeConsole.MessageType.Normal)
Parameters
Type Name Description
System.String msg
ViewSystemNodeConsole.MessageType messageType
| Improve this Doc View Source

LogWarringMessage(String)

Declaration
public void LogWarringMessage(string msg)
Parameters
Type Name Description
System.String msg
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX