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 SourceisMinimal
Declaration
public bool isMinimal
Field Value
Type | Description |
---|---|
System.Boolean |
show
Declaration
public bool show
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceDraw(Vector2)
Declaration
public void Draw(Vector2 EditorindowWidthAndHeight)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Vector2 | EditorindowWidthAndHeight |
LogErrorMessage(String)
Declaration
public void LogErrorMessage(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
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 |
LogWarringMessage(String)
Declaration
public void LogWarringMessage(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |