C# Class CharacterAutoCrouch, JuniorProject

Inheritance: MonoBehaviour
Show file Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Properties

Property Type Description
bottom bool
crouching bool
theGroundCheck GroundCheck,
top bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bottom public property

public bool bottom
return bool

crouching public property

public bool crouching
return bool

theGroundCheck public property

public GroundCheck, theGroundCheck
return GroundCheck,

top public property

public bool top
return bool