C# Class verticalCollider, Project-ROB

Inheritance: MonoBehaviour
Afficher le fichier Open project: spooty89/Project-ROB Class Usage Examples

Méthodes publiques

Свойство Type Description
angleThreshold float
layerMask LayerMask
vertical bool
wallNormal wallNormalChangeEvent

Méthodes publiques

Méthode Description
Awake ( ) : void

Private Methods

Méthode Description
OnCollisionStay ( Collision collision ) : IEnumerator
collisionManager ( ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Property Details

angleThreshold public_oe property

public float angleThreshold
Résultat float

layerMask public_oe property

public LayerMask layerMask
Résultat LayerMask

vertical public_oe property

public bool vertical
Résultat bool

wallNormal public_oe property

public wallNormalChangeEvent wallNormal
Résultat wallNormalChangeEvent