java.lang.Object
com.ardor3d.extension.animation.skeletal.util.LoggingMap<String,AnimationClip>
com.ardor3d.extension.animation.skeletal.state.loader.ImportClipMap

public class ImportClipMap extends LoggingMap<String,AnimationClip>
This class essentially just wraps a String / Animation HashMap, providing extra logging when a clip is not found, or duplicate clips are added.
  • Constructor Details

    • ImportClipMap

      public ImportClipMap()
  • Method Details

    • put

      public void put(AnimationClip clip)
      Add a clip to the store. Logs a warning if a clip by the same name was already in the store.
      Parameters:
      clip - the clip to add.