Contents

convert(transform:from:)

Converts the scale, rotation, and position of a transform from the local space of a reference entity to the local space of the entity on which you called this method.

Declaration

@MainActor @preconcurrency func convert(transform: Transform, from referenceEntity: Entity?) -> Transform

Parameters

  • transform:

    The transform specified relative to referenceEntity.

  • referenceEntity:

    The entity that defines a frame of reference. Set this to nil to indicate world space.

Return Value

The transform given in the local space of the entity.

See Also

Converting values between coordinate spaces