getMixBlend method

MixBlend getMixBlend()

Controls how properties keyed in the animation are mixed with lower tracks. Defaults to MixBlend.replace.

Track entries on track 0 ignore this setting and always use {@link MixBlend#first}.

The mixBlend can be set for a new track entry only before AnimationState.apply is first called.

Implementation

MixBlend getMixBlend() {
  return MixBlend.values[_bindings.spine_track_entry_get_mix_blend(_entry)];
}