프로퍼티 | 타입 | 설명 | |
---|---|---|---|
mySkin |
메소드 | 설명 | |
---|---|---|
OnGUI ( ) : void |
Actually draws the text on screen
|
|
SetInfoText ( string newText, Vector3 position ) : void |
Set the text to be shown and it's initial position
|
|
Start ( ) : void | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
BeingRenderedOnCamera ( ) : bool |
Check if the object is being rendered in the screen. If not, there's no need to display the info text, right?
|
public SetInfoText ( string newText, Vector3 position ) : void | ||
newText | string | String with the text to be shown |
position | Vector3 | |
리턴 | void |