C# Class PaceBetweenWalls, JuniorProject

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

public GroundCheck, gapCheck
return GroundCheck,

turnDuration public property

public float turnDuration
return float

turning public property

public bool turning
return bool

wallCheck public property

public GroundCheck, wallCheck
return GroundCheck,