package raylib

  1. Overview
  2. Docs
type t'
type t = t' ctyp
val t : t Ctypes.typ
val bones : t -> BoneInfo.t CArray.t

Bones information (skeleton)

val frame_count : t -> int
val frame_poses_at : t -> int -> Transform.t CArray.t

Poses array by frame

val set_bones : t -> BoneInfo.t CArray.t -> unit