C# 클래스 GUITextSpawner, unity-game-kappakiwi

파일 보기 프로젝트 열기: clee842/unity-game-kappakiwi 1 사용 예제들

공개 메소드들

메소드 설명
ClearAll ( ) : void
ClearText ( GameObject guiText ) : void
ClearText ( string text ) : void
GUITextSpawner ( ) : UnityEngine
SetDefaultSettings ( string text, Vector2 coordinates, int fontSize, Font font, FontStyle, style, Color color ) : void
SpawnNew ( string text ) : GameObject
SpawnNew ( string text, Vector2 coordinates, int fontSize, string fontName, FontStyle, style, Color color ) : GameObject
SpawnNew ( string text, int lineCharWidth, Vector2 coordinates, int fontSize, string fontName, FontStyle, style, Color color ) : GameObject

메소드 상세

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

ClearText() 공개 메소드

public ClearText ( GameObject guiText ) : void
guiText GameObject
리턴 void

ClearText() 공개 메소드

public ClearText ( string text ) : void
text string
리턴 void

GUITextSpawner() 공개 메소드

public GUITextSpawner ( ) : UnityEngine
리턴 UnityEngine

SetDefaultSettings() 공개 메소드

public SetDefaultSettings ( string text, Vector2 coordinates, int fontSize, Font font, FontStyle, style, Color color ) : void
text string
coordinates Vector2
fontSize int
font Font
style FontStyle,
color Color
리턴 void

SpawnNew() 공개 메소드

public SpawnNew ( string text ) : GameObject
text string
리턴 GameObject

SpawnNew() 공개 메소드

public SpawnNew ( string text, Vector2 coordinates, int fontSize, string fontName, FontStyle, style, Color color ) : GameObject
text string
coordinates Vector2
fontSize int
fontName string
style FontStyle,
color Color
리턴 GameObject

SpawnNew() 공개 메소드

public SpawnNew ( string text, int lineCharWidth, Vector2 coordinates, int fontSize, string fontName, FontStyle, style, Color color ) : GameObject
text string
lineCharWidth int
coordinates Vector2
fontSize int
fontName string
style FontStyle,
color Color
리턴 GameObject