C# Class PathRequester, TWI_Repo

Inheritance: MonoBehaviour
Afficher le fichier Open project: justcollins/TWI_Repo Class Usage Examples

Méthodes publiques

Свойство Type Description
active bool
lowerboundWait float
showpath bool
target Transform
upperboundWait float
waypointRadius float

Méthodes publiques

Méthode Description
OnDrawGizmos ( ) : void
OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
RequestPath ( ) : void

Private Methods

Méthode Description
FollowPath ( ) : IEnumerator
Start ( ) : IEnumerator

Method Details

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnPathFound() public méthode

public OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
newPath Vector3
pathSuccess bool
Résultat void

RequestPath() public méthode

public RequestPath ( ) : void
Résultat void

Property Details

active public_oe property

public bool active
Résultat bool

lowerboundWait public_oe property

public float lowerboundWait
Résultat float

showpath public_oe property

public bool showpath
Résultat bool

target public_oe property

public Transform target
Résultat Transform

upperboundWait public_oe property

public float upperboundWait
Résultat float

waypointRadius public_oe property

public float waypointRadius
Résultat float