C# Class BarMover, TSGs

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/TSGs

Public Properties

Property Type Description
Spot GameObject
characterMana Slider,
entryNumber int
isVertical bool
limits Vector2[]
maxMana int

Public Methods

Method Description
BoundaryCheck ( ) : void
DrawMana ( ) : void
FixedUpdate ( ) : void
ManaCharge ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
DragControl ( ) : IEnumerator

Method Details

BoundaryCheck() public method

public BoundaryCheck ( ) : void
return void

DrawMana() public method

public DrawMana ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

ManaCharge() public method

public ManaCharge ( ) : void
return void

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Spot public property

public GameObject Spot
return GameObject

characterMana public property

public Slider, characterMana
return Slider,

entryNumber public property

public int entryNumber
return int

isVertical public property

public bool isVertical
return bool

limits public property

public Vector2[] limits
return Vector2[]

maxMana public property

public int maxMana
return int