struct RayLib::ModelAnimation
- RayLib::ModelAnimation
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(bone_count : Int32, bones : RayLib::BoneInfo, frame_count : Int32, frame_poses : RayLib::Transform)
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::ModelAnimation))
- .new(unwrap : Binding::ModelAnimation)
Instance Method Summary
- #bone_count : Int32
- #bone_count=(bone_count : Int32)
- #bones : BoneInfo
- #bones=(bones : BoneInfo)
- #frame_count : Int32
- #frame_count=(frame_count : Int32)
- #frame_poses : Transform
- #frame_poses=(frame_poses : Transform)
- #to_unsafe
Constructor Detail
def self.new(bone_count : Int32, bones : RayLib::BoneInfo, frame_count : Int32, frame_poses : RayLib::Transform)
#