Property | Type | Description | |
---|---|---|---|
characterMovement | Vector3 | ||
facingRight | bool | ||
jumpForce | int | ||
maxSpeed | int | ||
movingLeft | bool | ||
movingRight | bool | ||
rb | Rigidbody | ||
speed | int | ||
velocity | Vector3 |
Method | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
Flip ( ) : void | ||
LeftActivation ( ) : void | ||
OnCollisionEnter ( Collision collider ) : void | ||
RightActivation ( ) : void | ||
Start ( ) : void | ||
VerticalVelocity ( ) : void | ||
stationaryTest ( ) : void |
public OnCollisionEnter ( Collision collider ) : void | ||
collider | Collision | |
return | void |