struct RayLib::CharInfo
- RayLib::CharInfo
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(value : Int32, rec : RayLib::Rectangle, offset_x : Int32, offset_y : Int32, advance_x : Int32, data : UInt8)
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::CharInfo))
- .new(unwrap : Binding::CharInfo)
Instance Method Summary
- #advance_x : Int32
- #advance_x=(advance_x : Int32)
- #data : UInt8
- #data=(data : UInt8)
- #offset_x : Int32
- #offset_x=(offset_x : Int32)
- #offset_y : Int32
- #offset_y=(offset_y : Int32)
- #rec : Rectangle
- #rec=(rec : Rectangle)
- #to_unsafe
- #value : Int32
- #value=(value : Int32)
Constructor Detail
def self.new(value : Int32, rec : RayLib::Rectangle, offset_x : Int32, offset_y : Int32, advance_x : Int32, data : UInt8)
#