프로퍼티 | 타입 | 설명 | |
---|---|---|---|
characterMovement | Vector3 | ||
facingRight | bool | ||
jumpForce | int | ||
knockbackForce | Vector3 | ||
maxSpeed | int | ||
movingLeft | bool | ||
movingRight | bool | ||
rb | |||
speed | int | ||
theAnimator | Animator | ||
velocity | Vector3 |
메소드 | 설명 | |
---|---|---|
FixedUpdate ( ) : void | ||
Flip ( ) : void | ||
LeftActivation ( ) : void | ||
OnCollisionEnter ( Collision collider ) : void | ||
RightActivation ( ) : void | ||
Start ( ) : void | ||
VerticalVelocity ( ) : void |
public OnCollisionEnter ( Collision collider ) : void | ||
collider | Collision | |
리턴 | void |