Detach this behavior from the GameObject it is attached to.
The GameObject to detach this behavior from.
Protected
notifyProtected
onProtected
onResolve the collision by bouncing the rigidbody away from the collider
Resolve the collision by shocking the game object (depending on the mass)
Like onEnable, but should only be for internal use, so some non-abstact direct behaviors could expose attachedOn to the user. AT THE END OF THIS FUNCTION, WE EXPECT this.data to be filled (and not undefined). This isn't an assertion becaus we support T as void.
The GameObject this behavior is attached to.
Update the rigidbody movement props for one tick: velocity, forces, acceleration (time based)
Protected
tickProtected
Called every frame. Override this method to add custom behavior.
The time in seconds since the last frame.
Rigibodies are physics handlers for game objects that have colliders