TraceMover
With this TraceMover community component, an object can follow another object in the scene in the specified speed. Note that only one TraceMover is allowed per object.
Field | Description |
---|---|
Target entity | Determines the target object to follow. You can fetch the object using traceMover.settings.targetEntity . |
Speed | Determines speed of following the target object. You can fetch the speed using traceMover.settings.speed . |
Trace mode | Defines the mode in which the current object tracks another object: Stop when reach,in which mode the track stops when the target object is reached. Stop when timeout, in which mode the track stops when the specified timeout is reached. Max trace time, in which mode the track stops when the specified max time is up. You can fetch the three modes using traceMover.settings.traceMode.1 , traceMover.settings.traceMode.2 , and traceMover.settings.maxTraceTime respectively. |
To further modify the community component using script, refer to TraceMover via APIs > Components.