Instance Property
associatedPenPoints
The pen points associated with the node.
Declaration
var associatedPenPoints: [GSPenPoint] { get set }Declaration
@property (nonatomic, strong) NSArray<GSPenPoint *> * associatedPenPoints;Declaration
associatedPenPoints() -> list[GSPenPoint]
setAssociatedPenPoints_(associatedPenPoints: list[GSPenPoint])Discussion
The pen points of a node are placed along the path segment that ends at the node. The time of a pen point locates it along that segment. A time of 1.0 places the pen point at the node itself, in which case penPoint()penPointpenPoint returns it.
See Also
Metadata
A user-assigned name of the node.
Higher-order interpolation definitions where the keys are axis tags.
Hobby node information associated with the node.
The pen point at the node, or
nilif none exists.