C# Class verticalCollider, Project-ROB

Inheritance: MonoBehaviour
Show file Open project: spooty89/Project-ROB Class Usage Examples

Public Properties

Property Type Description
angleThreshold float
layerMask LayerMask
vertical bool
wallNormal wallNormalChangeEvent

Public Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
OnCollisionStay ( Collision collision ) : IEnumerator
collisionManager ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

Property Details

angleThreshold public property

public float angleThreshold
return float

layerMask public property

public LayerMask layerMask
return LayerMask

vertical public property

public bool vertical
return bool

wallNormal public property

public wallNormalChangeEvent wallNormal
return wallNormalChangeEvent