C# 클래스 MoveByKeys, Droid-Soccer

상속: Photon.MonoBehaviour
파일 보기 프로젝트 열기: repelex/Droid-Soccer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
JumpForce float
JumpTimeout float
dir Vector3
dirFix Vector3
disableTime Time
drag float
lastPowerup float
maxPowerups int
powerText Text
powerups int
rad float
thrust float

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
IsGrounded ( ) : bool
Start ( ) : void
setPowerText ( ) : void

비공개 메소드들

메소드 설명
isGame ( ) : bool

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

IsGrounded() 공개 메소드

public IsGrounded ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

setPowerText() 공개 메소드

public setPowerText ( ) : void
리턴 void

프로퍼티 상세

JumpForce 공개적으로 프로퍼티

public float JumpForce
리턴 float

JumpTimeout 공개적으로 프로퍼티

public float JumpTimeout
리턴 float

dir 공개적으로 프로퍼티

public Vector3 dir
리턴 Vector3

dirFix 공개적으로 프로퍼티

public Vector3 dirFix
리턴 Vector3

disableTime 공개적으로 프로퍼티

public Time disableTime
리턴 Time

drag 공개적으로 프로퍼티

public float drag
리턴 float

lastPowerup 공개적으로 프로퍼티

public float lastPowerup
리턴 float

maxPowerups 공개적으로 프로퍼티

public int maxPowerups
리턴 int

powerText 공개적으로 프로퍼티

public Text powerText
리턴 Text

powerups 공개적으로 프로퍼티

public int powerups
리턴 int

rad 공개적으로 프로퍼티

public float rad
리턴 float

thrust 공개적으로 프로퍼티

public float thrust
리턴 float