C# Class CharacterAutoCrouch, JuniorProject

Inheritance: MonoBehaviour
Mostra 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_oe property

public bool bottom
return bool

crouching public_oe property

public bool crouching
return bool

theGroundCheck public_oe property

public GroundCheck, theGroundCheck
return GroundCheck,

top public_oe property

public bool top
return bool