C# 클래스 Bounce, kaijurising

상속: MonoBehaviour
파일 보기 프로젝트 열기: Moehammered/kaijurising 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lastPositions List

공개 메소드들

메소드 설명
OnPlayerCollison ( Collision other ) : void
activatePickup ( GameObject target ) : void

보호된 메소드들

메소드 설명
finishEffect ( ) : void

비공개 메소드들

메소드 설명
FixedUpdate ( ) : void
calculateVelocity ( ) : void
getVelocity ( ) : Vector3

메소드 상세

OnPlayerCollison() 공개 메소드

public OnPlayerCollison ( Collision other ) : void
other Collision
리턴 void

activatePickup() 공개 메소드

public activatePickup ( GameObject target ) : void
target GameObject
리턴 void

finishEffect() 보호된 메소드

protected finishEffect ( ) : void
리턴 void

프로퍼티 상세

lastPositions 공개적으로 프로퍼티

public List lastPositions
리턴 List