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 ModelAnimation
ModelAnimation.allocateArray
(long elementCount) Allocate an array of ModelAnimationstatic ModelAnimation
ModelAnimation.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of ModelAnimationModelAnimation.getArrayElement
(int index) static ModelAnimation
Raylib.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 boolean
Raylib.isModelAnimationValid
(Model model, ModelAnimation anim) Check model animation skeleton matchstatic void
Raylib.unloadModelAnimation
(ModelAnimation anim) Unload animation datastatic void
Raylib.unloadModelAnimations
(ModelAnimation animations, int animCount) Unload animation array datastatic void
Raylib.updateModelAnimation
(Model model, ModelAnimation anim, int frame) Update model animation pose