Skip to main content

Get Cross Scene Component (Legacy)

Get Cross Scene Component (Legacy)

Gets a Cross Scene Component, binded by a Cross Scene Binder.

Inputs

  • Binder Asset: The binder asset that binds the component.

Outputs

  • Component: The binded component.

  • Transform: Since any component can access its Transform, we provide global transform values as the output as well:

    • Position
    • Rotation
    • Local Scale

    If you want get local transform values or quaternion rotations, use Get Transform command instead.