C# Class SkinBG, RPGQuest

Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
bc Color[]
bl Color[]
border UnityEngine.RectOffset
br Color[]
cc Color[]
cl Color[]
cr Color[]
size Vector2
tc Color[]
tl Color[]
tr Color[]

Public Methods

Method Description
SkinBG ( Texture2D bgTex, RectOffset b ) : System.Collections

Method Details

SkinBG() public method

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

Property Details

bc public_oe property

public Color[] bc
return Color[]

bl public_oe property

public Color[] bl
return Color[]

border public_oe property

public RectOffset,UnityEngine border
return UnityEngine.RectOffset

br public_oe property

public Color[] br
return Color[]

cc public_oe property

public Color[] cc
return Color[]

cl public_oe property

public Color[] cl
return Color[]

cr public_oe property

public Color[] cr
return Color[]

size public_oe property

public Vector2 size
return Vector2

tc public_oe property

public Color[] tc
return Color[]

tl public_oe property

public Color[] tl
return Color[]

tr public_oe property

public Color[] tr
return Color[]