C# Class CharacterMoveNavMesh, 006762

Inheritance: MonoBehaviour
Exibir arquivo Open project: gilbutITbook/006762

Public Properties

Property Type Description
agent NavMeshAgent

Public Methods

Method Description
SetDestination ( Vector3 destination ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetDestination() public method

public SetDestination ( Vector3 destination ) : void
destination Vector3
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

agent public_oe property

public NavMeshAgent agent
return NavMeshAgent