C# Class SocialGame.Counter

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BrainProject/UnityTemp

Méthodes publiques

Свойство Type Description
PointObj UnityEngine.GameObject
fieldOnSreen UnityEngine.Vector2
max int
points int
pointsGraf SocialGame.CounterPointControlDodge[]
progressBar Slider
step float

Méthodes publiques

Méthode Description
CreatePoints ( ) : void

Creates the points.

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

Adds the points.

setPoints ( int point ) : void

Sets the points.

Private Methods

Méthode Description
redraw ( ) : void

Method Details

CreatePoints() public méthode

Creates the points.
public CreatePoints ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

addPoints() public méthode

Adds the points.
public addPoints ( int point ) : void
point int Point.
Résultat void

setPoints() public méthode

Sets the points.
public setPoints ( int point ) : void
point int Point.
Résultat void

Property Details

PointObj public_oe property

public GameObject,UnityEngine PointObj
Résultat UnityEngine.GameObject

fieldOnSreen public_oe property

public Vector2,UnityEngine fieldOnSreen
Résultat UnityEngine.Vector2

max public_oe property

public int max
Résultat int

points public_oe property

public int points
Résultat int

pointsGraf public_oe property

public CounterPointControlDodge[],SocialGame pointsGraf
Résultat SocialGame.CounterPointControlDodge[]

progressBar public_oe property

public Slider progressBar
Résultat Slider

step public_oe property

public float step
Résultat float