C# Class SocialGame.Counter

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
PointObj UnityEngine.GameObject
fieldOnSreen UnityEngine.Vector2
max int
points int
pointsGraf SocialGame.CounterPointControlDodge[]
progressBar Slider
step float

Public Methods

Method Description
CreatePoints ( ) : void

Creates the points.

Start ( ) : void
addPoints ( int point ) : void

Adds the points.

setPoints ( int point ) : void

Sets the points.

Private Methods

Method Description
redraw ( ) : void

Method Details

CreatePoints() public method

Creates the points.
public CreatePoints ( ) : void
return void

Start() public method

public Start ( ) : void
return void

addPoints() public method

Adds the points.
public addPoints ( int point ) : void
point int Point.
return void

setPoints() public method

Sets the points.
public setPoints ( int point ) : void
point int Point.
return void

Property Details

PointObj public_oe property

public GameObject,UnityEngine PointObj
return UnityEngine.GameObject

fieldOnSreen public_oe property

public Vector2,UnityEngine fieldOnSreen
return UnityEngine.Vector2

max public_oe property

public int max
return int

points public_oe property

public int points
return int

pointsGraf public_oe property

public CounterPointControlDodge[],SocialGame pointsGraf
return SocialGame.CounterPointControlDodge[]

progressBar public_oe property

public Slider progressBar
return Slider

step public_oe property

public float step
return float