Class ControllerColliderHit
Inheritance
ControllerColliderHit
Assembly: UnityEngine.dll
Syntax
public class ControllerColliderHit
Properties
|
Improve this Doc
View Source
collider
Declaration
public Collider collider { get; }
Property Value
|
Improve this Doc
View Source
controller
Declaration
public CharacterController controller { get; }
Property Value
|
Improve this Doc
View Source
gameObject
Declaration
public GameObject gameObject { get; }
Property Value
|
Improve this Doc
View Source
moveDirection
Declaration
public Vector3 moveDirection { get; }
Property Value
|
Improve this Doc
View Source
moveLength
Declaration
public float moveLength { get; }
Property Value
|
Improve this Doc
View Source
normal
Declaration
public Vector3 normal { get; }
Property Value
|
Improve this Doc
View Source
point
Declaration
public Vector3 point { get; }
Property Value
|
Improve this Doc
View Source
rigidbody
Declaration
public Rigidbody rigidbody { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Transform transform { get; }
Property Value
Extension Methods