package raylib

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

Module Raylib_core.ModelSkeletonSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval t : t Ctypes.typ
Sourceval bones : t -> BoneInfo.t CArray.t

Bones information (skeleton)

Sourceval bind_pose : t -> Transform.t ptr

Bones base transformation

Sourceval set_bones : t -> BoneInfo.t CArray.t -> unit
Sourceval set_bind_pose : t -> Transform.t ptr -> unit