C# Class PathRequester, TWI_Repo

Inheritance: MonoBehaviour
Show file Open project: justcollins/TWI_Repo Class Usage Examples

Public Properties

Property Type Description
active bool
lowerboundWait float
showpath bool
target Transform
upperboundWait float
waypointRadius float

Public Methods

Method Description
OnDrawGizmos ( ) : void
OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
RequestPath ( ) : void

Private Methods

Method Description
FollowPath ( ) : IEnumerator
Start ( ) : IEnumerator

Method Details

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnPathFound() public method

public OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
newPath Vector3
pathSuccess bool
return void

RequestPath() public method

public RequestPath ( ) : void
return void

Property Details

active public property

public bool active
return bool

lowerboundWait public property

public float lowerboundWait
return float

showpath public property

public bool showpath
return bool

target public property

public Transform target
return Transform

upperboundWait public property

public float upperboundWait
return float

waypointRadius public property

public float waypointRadius
return float