spine_animation_state_create method

spine_animation_state spine_animation_state_create(
  1. spine_animation_state_data data
)

Implementation

spine_animation_state spine_animation_state_create(
  spine_animation_state_data data,
) {
  return _spine_animation_state_create(
    data,
  );
}