C# Class RVOExampleAgent, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
astarRVO bool
moveNextDist float
repathRate float

Public Methods

Method Description
Awake ( ) : void
OnPathComplete ( Path _p ) : void
RecalculatePath ( ) : void
SetColor ( Color col ) : void
SetTarget ( Vector3 target ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnPathComplete() public method

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

RecalculatePath() public method

public RecalculatePath ( ) : void
return void

SetColor() public method

public SetColor ( Color col ) : void
col Color
return void

SetTarget() public method

public SetTarget ( Vector3 target ) : void
target Vector3
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

astarRVO public property

public bool astarRVO
return bool

moveNextDist public property

public float moveNextDist
return float

repathRate public property

public float repathRate
return float