C# 클래스 EasyFontUtilities, UnityStbEasyFont

파일 보기 프로젝트 열기: aras-p/UnityStbEasyFont 1 사용 예제들

공개 메소드들

메소드 설명
CalcAnchorOffset ( Mesh mesh, TextAnchor anchor ) : Vector3
CreateFontMaterial ( ) : Material
SelectAndMoveToView ( GameObject go ) : void
UpdateMesh ( Mesh &mesh, string text, Color32 color ) : void

비공개 메소드들

메소드 설명
ReplaceBuiltinWithSimple ( ) : void

메소드 상세

CalcAnchorOffset() 공개 정적인 메소드

public static CalcAnchorOffset ( Mesh mesh, TextAnchor anchor ) : Vector3
mesh Mesh
anchor TextAnchor
리턴 Vector3

CreateFontMaterial() 공개 정적인 메소드

public static CreateFontMaterial ( ) : Material
리턴 Material

SelectAndMoveToView() 공개 정적인 메소드

public static SelectAndMoveToView ( GameObject go ) : void
go GameObject
리턴 void

UpdateMesh() 공개 정적인 메소드

public static UpdateMesh ( Mesh &mesh, string text, Color32 color ) : void
mesh Mesh
text string
color UnityEngine.Color32
리턴 void