C# 클래스 FairyGUI.FontManager

파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

GetFont ( string name ) : BaseFont

RegisterFont ( BaseFont font, string alias ) : void

UnregisterFont ( BaseFont font ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetFont() 공개 정적인 메소드

public static GetFont ( string name ) : BaseFont
name string
리턴 BaseFont

RegisterFont() 공개 정적인 메소드

public static RegisterFont ( BaseFont font, string alias ) : void
font BaseFont
alias string
리턴 void

UnregisterFont() 공개 정적인 메소드

public static UnregisterFont ( BaseFont font ) : void
font BaseFont
리턴 void