Component:CopyTransformFromWorld

From Resonite Wiki
Revision as of 00:43, 23 December 2024 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
CopyPosition Bool Whether to copy Position.
CopyRotation Bool Whether to copy Rotation.
CopyScale Bool Whether to copy Scale.

Usage

Examples

See Also