package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.ModelAnimationSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval t : t Ctypes.typ
Sourceval name : t -> string

Animation name

Sourceval bone_count : t -> int

Number of bones (per pose)

Sourceval keyframe_count : t -> int

Number of animation key frames

Sourceval keyframe_poses_at : t -> int -> Transform.t CArray.t

Poses array by frame