Tile - YAnimators - Move To – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Move object to Ylands:Tile - YAnimators - Move To: New Structure) |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Move To(Object, Position, Time, Smoothing) == | |||
[[File:YlandsTile-598.png]] | |||
<pre>static moveToTime(obj: YEntity | YLogic | YGroup, targetPosition: YVector3, time: number, smoothing: number): void;</pre> | |||
=== Parameters === | |||
==== obj ==== | |||
Target object | |||
==== targetPosition ==== | |||
Target position | |||
==== time ==== | |||
Movement duration (seconds) | |||
==== smoothing ==== | |||
Movement smoothing (0-1) | |||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Moves the animated '''object''' to the target '''position''' in specified '''time'''. | |||
=== Notes === | |||
* '''Smoothing''' will smooth the start and end of the movement. | |||
== Move To(Object, Position, Speed, Smoothing) == | |||
[[File:YlandsTile-599.png]] | |||
<pre>static moveToSpeed(obj: YEntity | YLogic | YGroup, targetPosition: YVector3, speed: number, smoothing: number): void;</pre> | |||
=== Parameters === | |||
==== obj ==== | |||
Target object | |||
==== targetPosition ==== | |||
Target position | |||
==== speed ==== | |||
Movement speed (m/s) | |||
==== smoothing ==== | |||
Movement smoothing (0-1) | |||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Moves the animated '''object''' to the target '''position''' at specified '''speed'''. | |||
=== Notes === | |||
* '''Smoothing''' will smooth the start and end of the movement. | |||
---- | ---- | ||
{{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:24, 24 November 2023
Move To(Object, Position, Time, Smoothing)
static moveToTime(obj: YEntity | YLogic | YGroup, targetPosition: YVector3, time: number, smoothing: number): void;
Parameters
obj
Target object
targetPosition
Target position
time
Movement duration (seconds)
smoothing
Movement smoothing (0-1)
Availability
Description
Moves the animated object to the target position in specified time.
Notes
- Smoothing will smooth the start and end of the movement.
Move To(Object, Position, Speed, Smoothing)
static moveToSpeed(obj: YEntity | YLogic | YGroup, targetPosition: YVector3, speed: number, smoothing: number): void;
Parameters
obj
Target object
targetPosition
Target position
speed
Movement speed (m/s)
smoothing
Movement smoothing (0-1)
Availability
Description
Moves the animated object to the target position at specified speed.
Notes
- Smoothing will smooth the start and end of the movement.