Contents

init(CATransform3D:)

Creates a new value object containing the specified CoreAnimation transform structure.

Declaration

init(CATransform3D t: CATransform3D)
init(caTransform3D t: CATransform3D)

Parameters

  • t:

    The value for the new object.

Return Value

A new value object that contains the transform information.

See Also

Related Documentation

Working with CoreAnimation Transform Values