The '''CopyTransformFromWorld''' component is used by the game to copy transforms from other worlds. This is mainly used by the dash world to copy transforms from objects like [[Component:WorldOrb|World Orbs]] when the user highlights them.
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|CopyPosition|Bool|
|CopyPosition|Bool| Whether to copy Position.
|CopyRotation|Bool|
|CopyRotation|Bool| Whether to copy Rotation.
|CopyScale|Bool|
|CopyScale|Bool| Whether to copy Scale.
}}
}}
== Behavior ==
== Usage ==
== Examples ==
== Examples ==
== See Also ==
== See Also ==
* [[Component:WorldOrb]]
[[Category:Components:Uncategorized{{#translation:}}|Copy Transform From World]]
[[Category:Components:Uncategorized{{#translation:}}|Copy Transform From World]]
[[Category:Components{{#translation:}}|Copy Transform From World]]
[[Category:Components{{#translation:}}|Copy Transform From World]]
[[Category:ComponentStubs]]
Revision as of 00:43, 23 December 2024
Component image
Copy Transform From World component as seen in the Scene Inspector
The CopyTransformFromWorld component is used by the game to copy transforms from other worlds. This is mainly used by the dash world to copy transforms from objects like World Orbs when the user highlights them.