C# Class SocialGame.FitCounter

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

Méthodes publiques

Свойство Type Description
line UnityEngine.GameObject
lines UnityEngine.SpriteRenderer[]
max int
movements UnityEngine.GameObject[]
numOfPose int[]
progressBar Slider
selectedMovements int
space float
startGUI UnityEngine.Vector3

Méthodes publiques

Méthode Description
nextComplete ( ) : void

Nexts is complete.

Private Methods

Méthode Description
Start ( ) : void
drawCount ( ) : void

Draws initial state of the counter.

redraw ( ) : void

Redraw the counter

Method Details

nextComplete() public méthode

Nexts is complete.
public nextComplete ( ) : void
Résultat void

Property Details

line public_oe property

public GameObject,UnityEngine line
Résultat UnityEngine.GameObject

lines public_oe property

public SpriteRenderer[],UnityEngine lines
Résultat UnityEngine.SpriteRenderer[]

max public_oe property

public int max
Résultat int

movements public_oe property

public GameObject[],UnityEngine movements
Résultat UnityEngine.GameObject[]

numOfPose public_oe property

public int[] numOfPose
Résultat int[]

progressBar public_oe property

public Slider progressBar
Résultat Slider

selectedMovements public_oe property

public int selectedMovements
Résultat int

space public_oe property

public float space
Résultat float

startGUI public_oe property

public Vector3,UnityEngine startGUI
Résultat UnityEngine.Vector3