C# 클래스 Tests.FakeNavmeshAgent

상속: Uniject.TestableComponent, INavmeshAgent
파일 보기 프로젝트 열기: yeticgi/Uniject

공개 메소드들

메소드 설명
FakeNavmeshAgent ( TestableGameObject obj ) : System
Stop ( ) : void
onPlacedOnNavmesh ( ) : void
setDestination ( UnityEngine dest ) : void
setSpeedMultiplier ( float multiplier ) : void

메소드 상세

FakeNavmeshAgent() 공개 메소드

public FakeNavmeshAgent ( TestableGameObject obj ) : System
obj TestableGameObject
리턴 System

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

onPlacedOnNavmesh() 공개 메소드

public onPlacedOnNavmesh ( ) : void
리턴 void

setDestination() 공개 메소드

public setDestination ( UnityEngine dest ) : void
dest UnityEngine
리턴 void

setSpeedMultiplier() 공개 메소드

public setSpeedMultiplier ( float multiplier ) : void
multiplier float
리턴 void