C# Class StatusBar, RPGQuest

Inheritance: MonoBehaviour
Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
alphaBlend bool
barColor int
bounds Rect
emptyColor int
emptyImageName string
emptyTexture Texture2D
imageAspect float
imageName string
scaleMode ScaleMode
showEmpty bool
statusID int
texture Texture2D
useImage bool

Public Methods

Method Description
AddBar ( Texture2D tex, int index, Vector2 pos ) : Texture2D
GetData ( Hashtable, ht ) : Hashtable,
GetEmptyImage ( ) : Texture2D
GetImage ( ) : Texture2D
SetData ( Hashtable ht ) : void
SetView ( Character c ) : void
ShowBar ( int index, Vector2 pos ) : void
StatusBar ( ) : System.Collections

Method Details

AddBar() public method

public AddBar ( Texture2D tex, int index, Vector2 pos ) : Texture2D
tex UnityEngine.Texture2D
index int
pos Vector2
return UnityEngine.Texture2D

GetData() public method

public GetData ( Hashtable, ht ) : Hashtable,
ht Hashtable,
return Hashtable,

GetEmptyImage() public method

public GetEmptyImage ( ) : Texture2D
return UnityEngine.Texture2D

GetImage() public method

public GetImage ( ) : Texture2D
return UnityEngine.Texture2D

SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void

SetView() public method

public SetView ( Character c ) : void
c Character
return void

ShowBar() public method

public ShowBar ( int index, Vector2 pos ) : void
index int
pos Vector2
return void

StatusBar() public method

public StatusBar ( ) : System.Collections
return System.Collections

Property Details

alphaBlend public_oe property

public bool alphaBlend
return bool

barColor public_oe property

public int barColor
return int

bounds public_oe property

public Rect bounds
return Rect

emptyColor public_oe property

public int emptyColor
return int

emptyImageName public_oe property

public string emptyImageName
return string

emptyTexture public_oe property

public Texture2D emptyTexture
return Texture2D

imageAspect public_oe property

public float imageAspect
return float

imageName public_oe property

public string imageName
return string

scaleMode public_oe property

public ScaleMode scaleMode
return ScaleMode

showEmpty public_oe property

public bool showEmpty
return bool

statusID public_oe property

public int statusID
return int

texture public_oe property

public Texture2D texture
return Texture2D

useImage public_oe property

public bool useImage
return bool