(One intermediate revision by one other user not shown)
Line 1:
Line 1:
{{Infobox Component
{{Infobox Component
|Image=CopyTransformFromWorldComponent.png
|Image=CopyTransformFromWorldComponent.png
|Name=Copy Transform From World
|Name=CopyTransformFromWorld
}}
}}
{{stub}}
== Usage ==
The '''CopyTransformFromWorld''' component is used by the game to copy transforms from other worlds. This is mainly used by [[userspace]] to copy transforms from objects like [[Component:WorldOrb|world orbs]] when the user highlights them.
== 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]]
Latest revision as of 18:57, 14 April 2025
Component image
CopyTransformFromWorld 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 userspace to copy transforms from objects like world orbs when the user highlights them.