Tile - YAnimators - Set Position Animator – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
[[Image:Get-set position animator.png]]
<!---
*'''Gets/sets''' the [[Ylands Game logic - Animator position|'''Position animator''']] for target '''object'''.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
*'''Time offset''' creates a delay in the animation.
-->
== Set Position Animator(Object, Position animator, Time offset) ==
 
[[File:YlandsTile-597.png]]
 
<pre>static setPositionAnimator(obj: YEntity | YLogic | YGroup, positionAnimator: YPositionAnimator, timeOffset: number): void;</pre>
=== Parameters ===
 
==== obj ====
 
==== positionAnimator ====
 
==== timeOffset ====
 
=== Description ===
 
Sets the '''position animator''' of the object.




Line 9: Line 25:


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.13]]

Revision as of 09:53, 8 July 2021

Set Position Animator(Object, Position animator, Time offset)

YlandsTile-597.png

static setPositionAnimator(obj: YEntity | YLogic | YGroup, positionAnimator: YPositionAnimator, timeOffset: number): void;

Parameters

obj

positionAnimator

timeOffset

Description

Sets the position animator of the object.