C# Class ScreenSpaceDebug.Message, WaitingForHorus

Mostra file Open project: merveilles/WaitingForHorus

Public Properties

Property Type Description
DrawOnce bool
Drawn bool

Public Methods

Method Description
Message ( Vector3 position, string text, float lifetime, Color color, Vector2 size, Vector2 offset, GUIStyle style = null ) : System.Collections.Generic
OnGUI ( ) : void
Update ( ) : void

Method Details

Message() public method

public Message ( Vector3 position, string text, float lifetime, Color color, Vector2 size, Vector2 offset, GUIStyle style = null ) : System.Collections.Generic
position Vector3
text string
lifetime float
color Color
size Vector2
offset Vector2
style GUIStyle
return System.Collections.Generic

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

DrawOnce public_oe property

public bool DrawOnce
return bool

Drawn public_oe property

public bool Drawn
return bool