C# Class PathRequester, TWI_Repo

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public bool active
return bool

lowerboundWait public_oe property

public float lowerboundWait
return float

showpath public_oe property

public bool showpath
return bool

target public_oe property

public Transform target
return Transform

upperboundWait public_oe property

public float upperboundWait
return float

waypointRadius public_oe property

public float waypointRadius
return float