C# Class ScreenSpaceDebug, WaitingForHorus

Inheritance: MonoBehaviour
Mostra file Open project: merveilles/WaitingForHorus Class Usage Examples

Public Properties

Property Type Description
ShouldDraw bool
Skin UnityEngine.GUISkin

Private Properties

Property Type Description
LineWindow void

Public Methods

Method Description
AddLineOnce ( string message ) : void
AddMessage ( string message, Vector3 worldPosition ) : void
AddMessage ( string message, Vector3 worldPosition, Color color ) : void
AddMessage ( string message, Vector3 worldPosition, Vector2 size ) : void
AddMessageOnce ( string message, Vector3 worldPosition ) : void
Awake ( ) : void
LogMessageSizes ( ) : void
OnGUI ( ) : void
Update ( ) : void

Private Methods

Method Description
LineWindow ( int id ) : void

Method Details

AddLineOnce() public static method

public static AddLineOnce ( string message ) : void
message string
return void

AddMessage() public static method

public static AddMessage ( string message, Vector3 worldPosition ) : void
message string
worldPosition Vector3
return void

AddMessage() public static method

public static AddMessage ( string message, Vector3 worldPosition, Color color ) : void
message string
worldPosition Vector3
color Color
return void

AddMessage() public static method

public static AddMessage ( string message, Vector3 worldPosition, Vector2 size ) : void
message string
worldPosition Vector3
size Vector2
return void

AddMessageOnce() public static method

public static AddMessageOnce ( string message, Vector3 worldPosition ) : void
message string
worldPosition Vector3
return void

Awake() public method

public Awake ( ) : void
return void

LogMessageSizes() public static method

public static LogMessageSizes ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ShouldDraw public_oe property

public bool ShouldDraw
return bool

Skin public_oe property

public GUISkin,UnityEngine Skin
return UnityEngine.GUISkin