C# 클래스 SkinBG, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
bc Color[]
bl Color[]
border UnityEngine.RectOffset
br Color[]
cc Color[]
cl Color[]
cr Color[]
size Vector2
tc Color[]
tl Color[]
tr Color[]

공개 메소드들

메소드 설명
SkinBG ( Texture2D bgTex, RectOffset b ) : System.Collections

메소드 상세

SkinBG() 공개 메소드

public SkinBG ( Texture2D bgTex, RectOffset b ) : System.Collections
bgTex UnityEngine.Texture2D
b UnityEngine.RectOffset
리턴 System.Collections

프로퍼티 상세

bc 공개적으로 프로퍼티

public Color[] bc
리턴 Color[]

bl 공개적으로 프로퍼티

public Color[] bl
리턴 Color[]

border 공개적으로 프로퍼티

public RectOffset,UnityEngine border
리턴 UnityEngine.RectOffset

br 공개적으로 프로퍼티

public Color[] br
리턴 Color[]

cc 공개적으로 프로퍼티

public Color[] cc
리턴 Color[]

cl 공개적으로 프로퍼티

public Color[] cl
리턴 Color[]

cr 공개적으로 프로퍼티

public Color[] cr
리턴 Color[]

size 공개적으로 프로퍼티

public Vector2 size
리턴 Vector2

tc 공개적으로 프로퍼티

public Color[] tc
리턴 Color[]

tl 공개적으로 프로퍼티

public Color[] tl
리턴 Color[]

tr 공개적으로 프로퍼티

public Color[] tr
리턴 Color[]