spine_bone_get_children method

Pointer<spine_bone> spine_bone_get_children(
  1. spine_bone bone
)

Implementation

ffi.Pointer<spine_bone> spine_bone_get_children(
  spine_bone bone,
) {
  return _spine_bone_get_children(
    bone,
  );
}