C# 클래스 SocialGame.FitCounter

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: BrainProject/UnityTemp

공개 프로퍼티들

프로퍼티 타입 설명
line UnityEngine.GameObject
lines UnityEngine.SpriteRenderer[]
max int
movements UnityEngine.GameObject[]
numOfPose int[]
progressBar Slider
selectedMovements int
space float
startGUI UnityEngine.Vector3

공개 메소드들

메소드 설명
nextComplete ( ) : void

Nexts is complete.

비공개 메소드들

메소드 설명
Start ( ) : void
drawCount ( ) : void

Draws initial state of the counter.

redraw ( ) : void

Redraw the counter

메소드 상세

nextComplete() 공개 메소드

Nexts is complete.
public nextComplete ( ) : void
리턴 void

프로퍼티 상세

line 공개적으로 프로퍼티

public GameObject,UnityEngine line
리턴 UnityEngine.GameObject

lines 공개적으로 프로퍼티

public SpriteRenderer[],UnityEngine lines
리턴 UnityEngine.SpriteRenderer[]

max 공개적으로 프로퍼티

public int max
리턴 int

movements 공개적으로 프로퍼티

public GameObject[],UnityEngine movements
리턴 UnityEngine.GameObject[]

numOfPose 공개적으로 프로퍼티

public int[] numOfPose
리턴 int[]

progressBar 공개적으로 프로퍼티

public Slider progressBar
리턴 Slider

selectedMovements 공개적으로 프로퍼티

public int selectedMovements
리턴 int

space 공개적으로 프로퍼티

public float space
리턴 float

startGUI 공개적으로 프로퍼티

public Vector3,UnityEngine startGUI
리턴 UnityEngine.Vector3