C# 클래스 MyBouncingGame.Data.ConstantData

파일 보기 프로젝트 열기: coroner4817/MyBouncingGame 1 사용 예제들

공개 메소드들

메소드 설명
ConstantData ( ) : System
ConstantData ( CocosSharp.CCLayer layer ) : System
getGravity ( int level ) : float
getSpeedCoeff ( int level ) : float

메소드 상세

ConstantData() 공개 메소드

public ConstantData ( ) : System
리턴 System

ConstantData() 공개 메소드

public ConstantData ( CocosSharp.CCLayer layer ) : System
layer CocosSharp.CCLayer
리턴 System

getGravity() 공개 메소드

public getGravity ( int level ) : float
level int
리턴 float

getSpeedCoeff() 공개 메소드

public getSpeedCoeff ( int level ) : float
level int
리턴 float