C# Class SocialGame.FitCounter

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
line UnityEngine.GameObject
lines UnityEngine.SpriteRenderer[]
max int
movements UnityEngine.GameObject[]
numOfPose int[]
progressBar Slider
selectedMovements int
space float
startGUI UnityEngine.Vector3

Public Methods

Method Description
nextComplete ( ) : void

Nexts is complete.

Private Methods

Method Description
Start ( ) : void
drawCount ( ) : void

Draws initial state of the counter.

redraw ( ) : void

Redraw the counter

Method Details

nextComplete() public method

Nexts is complete.
public nextComplete ( ) : void
return void

Property Details

line public_oe property

public GameObject,UnityEngine line
return UnityEngine.GameObject

lines public_oe property

public SpriteRenderer[],UnityEngine lines
return UnityEngine.SpriteRenderer[]

max public_oe property

public int max
return int

movements public_oe property

public GameObject[],UnityEngine movements
return UnityEngine.GameObject[]

numOfPose public_oe property

public int[] numOfPose
return int[]

progressBar public_oe property

public Slider progressBar
return Slider

selectedMovements public_oe property

public int selectedMovements
return int

space public_oe property

public float space
return float

startGUI public_oe property

public Vector3,UnityEngine startGUI
return UnityEngine.Vector3