update method

  1. @override
void update(
  1. Skeleton skeleton,
  2. Physics physics
)
override

Inherited from Update

Implementation

@override
void update(Skeleton skeleton, Physics physics) {
  SpineBindings.bindings.spine_ik_constraint_base_update(_ptr, skeleton.nativePtr.cast(), physics.value);
}