C# Class verticalCollider, Project-ROB

Inheritance: MonoBehaviour
显示文件 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_oe property

public float angleThreshold
return float

layerMask public_oe property

public LayerMask layerMask
return LayerMask

vertical public_oe property

public bool vertical
return bool

wallNormal public_oe property

public wallNormalChangeEvent wallNormal
return wallNormalChangeEvent