Interface PoseListener

All Known Implementing Classes:
AttachmentPoint, SkinnedMesh

public interface PoseListener
Describes a class interested in being notified of SkeletonPose updates.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Call-back method on skeleton pose updates.
  • Method Details

    • poseUpdated

      void poseUpdated(SkeletonPose pose)
      Call-back method on skeleton pose updates.
      Parameters:
      pose - the pose that was updated.