Difference between revisions of "TransformObject"

From Journey Modding Wiki
Jump to navigation Jump to search
(Created page with "Category:Trigger TypesCategory:Event-Like Triggers {{Stub}} This is a Trigger that changes one(or more?) object's position, rotation, and/or scale to match another obj...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Trigger Types]][[Category:Event-Like Triggers]]
[[Category:Trigger Types]][[Category:Event-Like Triggers]]
{{Stub}}
{{Stub}}
This is a Trigger that changes one(or more?) object's position, rotation, and/or scale to match another object(s?).
This is a Trigger that changes one or multiple(?) object's position, rotation, and/or scale to match another object(s?).
 
'''Vars'''
 
linear: ?
 
nonlinearSpeed: ?
 
setPos: if true, changes the target objects position
 
setRot: if true, changes the target objects rotation
 
setScale: if true, changes the target objects scale
 
targets: the object(s?) that get changed
 
sourceObject: the object(s?) which the target object's position/rotation/scale are changed to match with
 
time: how long it takes to change in seconds?

Latest revision as of 22:27, 28 September 2021

This page is a stub. Most details about the subject still need to be added.

This is a Trigger that changes one or multiple(?) object's position, rotation, and/or scale to match another object(s?).

Vars

linear: ?

nonlinearSpeed: ?

setPos: if true, changes the target objects position

setRot: if true, changes the target objects rotation

setScale: if true, changes the target objects scale

targets: the object(s?) that get changed

sourceObject: the object(s?) which the target object's position/rotation/scale are changed to match with

time: how long it takes to change in seconds?