C# 클래스 UnityStandardAssets._2D.PlatformerCharacter2D

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: 5thFloorGames/TheMusicGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
frozen bool

공개 메소드들

메소드 설명
Act ( ) : void
Cheat ( ) : void
CheckForDestructibles ( ) : void
CheckUnpassables ( Direction direction ) : bool
Dash ( float direction ) : void
FloatUp ( ) : void
Freeze ( ) : void
Move ( float move ) : void
MuteMovement ( ) : void
SpeedBoost ( ) : void
Teleport ( float direction ) : void
Unfreeze ( ) : void
UnmuteMovement ( ) : void

비공개 메소드들

메소드 설명
AddToBuffer ( Direction direction ) : void
Awake ( ) : void
Dash ( Direction direction ) : void
FixedUpdate ( ) : void
Float ( ) : IEnumerator
SpeedForSecond ( ) : IEnumerator
Start ( ) : void
Teleport ( Direction direction ) : void
Teleported ( Direction direction ) : void
Update ( ) : void

메소드 상세

Act() 공개 메소드

public Act ( ) : void
리턴 void

Cheat() 공개 메소드

public Cheat ( ) : void
리턴 void

CheckForDestructibles() 공개 메소드

public CheckForDestructibles ( ) : void
리턴 void

CheckUnpassables() 공개 메소드

public CheckUnpassables ( Direction direction ) : bool
direction Direction
리턴 bool

Dash() 공개 메소드

public Dash ( float direction ) : void
direction float
리턴 void

FloatUp() 공개 메소드

public FloatUp ( ) : void
리턴 void

Freeze() 공개 메소드

public Freeze ( ) : void
리턴 void

Move() 공개 메소드

public Move ( float move ) : void
move float
리턴 void

MuteMovement() 공개 메소드

public MuteMovement ( ) : void
리턴 void

SpeedBoost() 공개 메소드

public SpeedBoost ( ) : void
리턴 void

Teleport() 공개 메소드

public Teleport ( float direction ) : void
direction float
리턴 void

Unfreeze() 공개 메소드

public Unfreeze ( ) : void
리턴 void

UnmuteMovement() 공개 메소드

public UnmuteMovement ( ) : void
리턴 void

프로퍼티 상세

frozen 공개적으로 프로퍼티

public bool frozen
리턴 bool