Uses of Class
com.raylib.BoneInfo
Packages that use BoneInfo
-
Uses of BoneInfo in com.raylib
Methods in com.raylib that return BoneInfoModifier and TypeMethodDescriptionstatic BoneInfo
BoneInfo.allocateArray
(long elementCount) Allocate an array of BoneInfostatic BoneInfo
BoneInfo.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of BoneInfoBoneInfo.getArrayElement
(int index) Model.getBones()
Bones information (skeleton)ModelAnimation.getBones()
Bones information (skeleton)BoneInfo.setName
(MemorySegment value) Bone nameBoneInfo.setParent
(int value) Bone parentMethods in com.raylib with parameters of type BoneInfoModifier and TypeMethodDescriptionBones information (skeleton)Bones information (skeleton)Constructors in com.raylib with parameters of type BoneInfoModifierConstructorDescriptionModel
(Matrix transform, int meshCount, int materialCount, Mesh meshes, Material materials, IntBuffer meshMaterial, int boneCount, BoneInfo bones, Transform bindPose) Construct with auto memory allocator and fields initialized as specifiedModel
(SegmentAllocator arena, Matrix transform, int meshCount, int materialCount, Mesh meshes, Material materials, IntBuffer meshMaterial, int boneCount, BoneInfo bones, Transform bindPose) Construct with your own memory allocator and fields initialized as specifiedModelAnimation
(int boneCount, int frameCount, BoneInfo bones, MemorySegment framePoses, MemorySegment name) Construct with auto memory allocator and fields initialized as specifiedModelAnimation
(SegmentAllocator arena, int boneCount, int frameCount, BoneInfo bones, MemorySegment framePoses, MemorySegment name) Construct with your own memory allocator and fields initialized as specified