Uses of Class
com.raylib.ModelAnimation
Packages that use ModelAnimation
-
Uses of ModelAnimation in com.raylib
Methods in com.raylib that return ModelAnimationModifier and TypeMethodDescriptionstatic ModelAnimationModelAnimation.allocateArray(long elementCount) Allocate an array of ModelAnimationstatic ModelAnimationModelAnimation.allocateArray(long elementCount, SegmentAllocator allocator) Allocate an array of ModelAnimationModelAnimation.getArrayElement(int index) static ModelAnimationRaylib.loadModelAnimations(String fileName, IntBuffer animCount) Load model animations from fileModelAnimation.setBoneCount(int value) Number of bonesBones information (skeleton)ModelAnimation.setFrameCount(int value) Number of animation framesModelAnimation.setFramePoses(MemorySegment value) Poses array by frameModelAnimation.setName(MemorySegment value) Animation nameMethods in com.raylib with parameters of type ModelAnimationModifier and TypeMethodDescriptionstatic booleanRaylib.isModelAnimationValid(Model model, ModelAnimation anim) Check model animation skeleton matchstatic voidRaylib.unloadModelAnimation(ModelAnimation anim) Unload animation datastatic voidRaylib.unloadModelAnimations(ModelAnimation animations, int animCount) Unload animation array datastatic voidRaylib.updateModelAnimation(Model model, ModelAnimation anim, int frame) Update model animation pose