C# Class PaceBetweenWalls, JuniorProject

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

Public Properties

Property Type Description
gapCheck GroundCheck,
turnDuration float
turning bool
wallCheck GroundCheck,

Public Methods

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

Private Methods

Method Description
TurnArroundCo ( ) : IEnumerator

Method Details

Movement() public method

public Movement ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gapCheck public_oe property

public GroundCheck, gapCheck
return GroundCheck,

turnDuration public_oe property

public float turnDuration
return float

turning public_oe property

public bool turning
return bool

wallCheck public_oe property

public GroundCheck, wallCheck
return GroundCheck,