View Source Rayex.Structs.ModelAnimation (Rayex v0.0.3)

ModelAnimation

Summary

Types

@type t() :: %Rayex.Structs.ModelAnimation{
  bone_count: integer(),
  bones: [Rayex.Structs.BoneInfo.t()],
  frame_count: integer(),
  frame_poses: [[Rayex.Structs.Transform.t()]]
}