C# Class AI_Pather, Pharos

Inheritance: MonoBehaviour
ファイルを表示 Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
target Transform

Public Methods

Method Description
FixedUpdate ( ) : void
OnPathComplete ( Path p ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnPathComplete() public method

public OnPathComplete ( Path p ) : void
p Path
return void

Start() public method

public Start ( ) : void
return void

Property Details

target public_oe property

public Transform target
return Transform