pub struct PathAttachment { /* private fields */ }
Expand description

An attachment of vertices forming a Bezier curve.

Spine API Reference

Implementations

Gets the raw float array slice representing the vertices of the attachment. If using the mint feature, the Self::vertices2 function may be more convenient to use.

Functions available if using the mint feature.

Gets the vertices of the attachment as a Vector2 slice.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.