C# 클래스 SocialGame.Counter

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

공개 프로퍼티들

프로퍼티 타입 설명
PointObj UnityEngine.GameObject
fieldOnSreen UnityEngine.Vector2
max int
points int
pointsGraf SocialGame.CounterPointControlDodge[]
progressBar Slider
step float

공개 메소드들

메소드 설명
CreatePoints ( ) : void

Creates the points.

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

Adds the points.

setPoints ( int point ) : void

Sets the points.

비공개 메소드들

메소드 설명
redraw ( ) : void

메소드 상세

CreatePoints() 공개 메소드

Creates the points.
public CreatePoints ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

addPoints() 공개 메소드

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

setPoints() 공개 메소드

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

프로퍼티 상세

PointObj 공개적으로 프로퍼티

public GameObject,UnityEngine PointObj
리턴 UnityEngine.GameObject

fieldOnSreen 공개적으로 프로퍼티

public Vector2,UnityEngine fieldOnSreen
리턴 UnityEngine.Vector2

max 공개적으로 프로퍼티

public int max
리턴 int

points 공개적으로 프로퍼티

public int points
리턴 int

pointsGraf 공개적으로 프로퍼티

public CounterPointControlDodge[],SocialGame pointsGraf
리턴 SocialGame.CounterPointControlDodge[]

progressBar 공개적으로 프로퍼티

public Slider progressBar
리턴 Slider

step 공개적으로 프로퍼티

public float step
리턴 float