C# 클래스 UnityRenderer.TextContext

파일 보기 프로젝트 열기: explodingbarrel/lwf

공개 프로퍼티들

프로퍼티 타입 설명
bitmapFontRenderer BitmapFont.Renderer
color UnityEngine.Color
factory Factory
parent GameObject
systemFontRenderer UnityRenderer.ISystemFontRenderer
systemFontRendererParameter UnityRenderer.ISystemFontRenderer.Parameter

공개 메소드들

메소드 설명
Destruct ( ) : void
Render ( Matrix4x4 m, UnityEngine colorMult, UnityEngine colorAdd, int layer, Camera camera ) : void
RenderNow ( Matrix4x4 m, UnityEngine c ) : void
SetText ( string text ) : void
TextContext ( Factory f, GameObject p, Data data, int objectId )

메소드 상세

Destruct() 공개 메소드

public Destruct ( ) : void
리턴 void

Render() 공개 메소드

public Render ( Matrix4x4 m, UnityEngine colorMult, UnityEngine colorAdd, int layer, Camera camera ) : void
m Matrix4x4
colorMult UnityEngine
colorAdd UnityEngine
layer int
camera Camera
리턴 void

RenderNow() 공개 메소드

public RenderNow ( Matrix4x4 m, UnityEngine c ) : void
m Matrix4x4
c UnityEngine
리턴 void

SetText() 공개 메소드

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

TextContext() 공개 메소드

public TextContext ( Factory f, GameObject p, Data data, int objectId )
f Factory
p GameObject
data Data
objectId int

프로퍼티 상세

bitmapFontRenderer 공개적으로 프로퍼티

public BitmapFont.Renderer bitmapFontRenderer
리턴 BitmapFont.Renderer

color 공개적으로 프로퍼티

public UnityEngine.Color color
리턴 UnityEngine.Color

factory 공개적으로 프로퍼티

public Factory,UnityRenderer factory
리턴 Factory

parent 공개적으로 프로퍼티

public GameObject parent
리턴 GameObject

systemFontRenderer 공개적으로 프로퍼티

public ISystemFontRenderer,UnityRenderer systemFontRenderer
리턴 UnityRenderer.ISystemFontRenderer

systemFontRendererParameter 공개적으로 프로퍼티

public ISystemFontRenderer.Parameter,UnityRenderer systemFontRendererParameter
리턴 UnityRenderer.ISystemFontRenderer.Parameter