Contents

BindPath.Part

An individual piece of a larger path that refers to the target of an animation.

Declaration

enum Part

Overview

Path-based instances of bindTarget, or those identified by the BindTarget.path(_:) call, consist of one or more components identified by these enumeration options.

For example, the succession of BindPath.Part calls in the following code results in a path with a parts array that contains three components: entityA, entityB, and myInt.

let target3: BindTarget = .entity("entityA").entity("entityB").parameter("myInt")

Topics

Choosing the path component

Operators

Enumeration Cases

See Also

Composing a property identifier