AgentMoveToRandomPosition

Random movement within a radius centered on a specified position.

AgentMoveToRandomPosition

Properties

Property Name Description
Agent Controller AgentController you want to control.
Speed Moving Speed
Stop On End Whether to stop at the end of the action
Update Type Agent update type.
Time
Update by time designation.
Done
Update when done。
Start Only
Update only at start
Always
Always updated
Time Type Interval time type.
Normal
Use time of current frame considering timeScale.
Unscaled
Use time of current frame without considering timeScale.
Realtime
Use realtime.
Fixed Time
Use the latest FixedUpdate start time considering the timeScale.
Fixed Unscaled Time
Use the latest FixedUpdate start time without considering timeScale.
Interval Interval (seconds) before moving destination is changed.
Radius Moving radius
Stopping Distance Distance to stop
Center Type Center type of movement range
Initial Placement Position
Initial placement position of AgentController object
State Start Position
Position of AgentController object at the time of the state start
Transform
Transform
Custom
Custom
Center Transform Specifying the center transform (CenterType is Transform only)
Center Position Specify the center (CenterType is Custom only)