offsetBy(translation:)
Creates a new shape resource by applying a translation.
Declaration
@MainActor @preconcurrency func offsetBy(translation: SIMD3<Float>) -> ShapeResourceParameters
- translation:
The translation to apply to the existing shape resource.
Return Value
The transformed resource.