C# 클래스 LabelContent, RPGQuest

파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bounds Rect
content GUIContent
shadowColor Color
textColor Color

공개 메소드들

메소드 설명
AddTexture ( GUIFont, font, Texture2D texture, DialoguePosition, dp ) : Texture2D
AddTextureNoOffset ( GUIFont, font, Texture2D texture, DialoguePosition, dp ) : Texture2D
GetTexture ( GUIFont, font ) : Texture2D
LabelContent ( GUIContent c, Rect b, Color t, Color s ) : UnityEngine
LabelContent ( GUIContent c, float x, float y, Color t, Color s, GUIFont, font ) : UnityEngine

메소드 상세

AddTexture() 공개 메소드

public AddTexture ( GUIFont, font, Texture2D texture, DialoguePosition, dp ) : Texture2D
font GUIFont,
texture UnityEngine.Texture2D
dp DialoguePosition,
리턴 UnityEngine.Texture2D

AddTextureNoOffset() 공개 메소드

public AddTextureNoOffset ( GUIFont, font, Texture2D texture, DialoguePosition, dp ) : Texture2D
font GUIFont,
texture UnityEngine.Texture2D
dp DialoguePosition,
리턴 UnityEngine.Texture2D

GetTexture() 공개 메소드

public GetTexture ( GUIFont, font ) : Texture2D
font GUIFont,
리턴 UnityEngine.Texture2D

LabelContent() 공개 메소드

public LabelContent ( GUIContent c, Rect b, Color t, Color s ) : UnityEngine
c GUIContent
b Rect
t Color
s Color
리턴 UnityEngine

LabelContent() 공개 메소드

public LabelContent ( GUIContent c, float x, float y, Color t, Color s, GUIFont, font ) : UnityEngine
c GUIContent
x float
y float
t Color
s Color
font GUIFont,
리턴 UnityEngine

프로퍼티 상세

bounds 공개적으로 프로퍼티

public Rect bounds
리턴 Rect

content 공개적으로 프로퍼티

public GUIContent content
리턴 GUIContent

shadowColor 공개적으로 프로퍼티

public Color shadowColor
리턴 Color

textColor 공개적으로 프로퍼티

public Color textColor
리턴 Color