BoundingBoxAttachment class
Attachment that has a polygon for bounds checking.
- Inheritance
-
- Object
- Attachment
- VertexAttachment
- BoundingBoxAttachment
Constructors
- BoundingBoxAttachment(String name)
-
factory
-
BoundingBoxAttachment.fromPointer(Pointer<
spine_bounding_box_attachment_wrapper> _ptr)
Properties
- bones ↔ ArrayInt
-
getter/setter pairinherited
- color → Color
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
Gets a unique ID for this attachment.
no setterinherited
- name → String
-
no setterinherited
-
nativePtr
→ Pointer<
NativeType> -
Get the native pointer for FFI calls
no setteroverride
- refCount → int
-
no setterinherited
- rtti → Rtti
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timelineAttachment ↔ Attachment?
-
getter/setter pairinherited
- vertices ↔ ArrayFloat
-
getter/setter pairinherited
- worldVerticesLength ↔ int
-
getter/setter pairinherited
Methods
-
computeWorldVertices(
Skeleton skeleton, Slot slot, int start, int count, ArrayFloat worldVertices, int offset, int stride) → void -
inherited
-
copy(
) → Attachment -
inherited
-
copyTo(
VertexAttachment other) → void -
inherited
-
dereference(
) → void -
inherited
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reference(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited