C# Class Tests.FakeNavmeshAgent

Inheritance: Uniject.TestableComponent, INavmeshAgent
Afficher le fichier Open project: yeticgi/Uniject

Méthodes publiques

Méthode Description
FakeNavmeshAgent ( TestableGameObject obj ) : System
Stop ( ) : void
onPlacedOnNavmesh ( ) : void
setDestination ( UnityEngine dest ) : void
setSpeedMultiplier ( float multiplier ) : void

Method Details

FakeNavmeshAgent() public méthode

public FakeNavmeshAgent ( TestableGameObject obj ) : System
obj TestableGameObject
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void

onPlacedOnNavmesh() public méthode

public onPlacedOnNavmesh ( ) : void
Résultat void

setDestination() public méthode

public setDestination ( UnityEngine dest ) : void
dest UnityEngine
Résultat void

setSpeedMultiplier() public méthode

public setSpeedMultiplier ( float multiplier ) : void
multiplier float
Résultat void