package raylib

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

Module Raylib.ModelAnimationSource

Sourcetype t = Types.ModelAnimation.t Ctypes.structure
Sourceval t : Types.Ray.t Ctypes.structure Ctypes.typ
Sourceval bones : (Types.ModelAnimation.t, [ `Struct ]) Ctypes.structured -> Raylib_generated_types.BoneInfo.t Ctypes.structure Ctypes.CArray.t
Sourceval bone_count : (Types.ModelAnimation.t, [ `Struct ]) Ctypes.structured -> int
Sourceval frame_count : (Types.ModelAnimation.t, [ `Struct ]) Ctypes.structured -> int
Sourceval frame_pose_at : (Types.ModelAnimation.t, [ `Struct ]) Ctypes.structured -> int -> Raylib_generated_types.Transform.t Ctypes.structure Ctypes.CArray.t