Version: 2022.3
언어: 한국어

ControllerColliderHit

class in UnityEngine

매뉴얼로 전환

설명

ControllerColliderHit is used by CharacterController.OnControllerColliderHit to give detailed information about the collision and how to deal with it.

변수

colliderThe collider that was hit by the controller.
controllerThe controller that hit the collider.
gameObjectThe game object that was hit by the controller.
moveDirectionThe direction the CharacterController was moving in when the collision occured.
moveLengthHow far the character has travelled until it hit the collider.
normalThe normal of the surface we collided with in world space.
pointThe impact point in world space.
rigidbodyThe rigidbody that was hit by the controller.
transformThe transform that was hit by the controller.