struct RayLib::NPatchInfo
- RayLib::NPatchInfo
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(source_rec : RayLib::Rectangle, left : Int32, top : Int32, right : Int32, bottom : Int32, type : Int32)
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::NPatchInfo))
- .new(unwrap : Binding::NPatchInfo)
Instance Method Summary
- #bottom : Int32
- #bottom=(bottom : Int32)
- #left : Int32
- #left=(left : Int32)
- #right : Int32
- #right=(right : Int32)
- #source_rec : Rectangle
- #source_rec=(source_rec : Rectangle)
- #to_unsafe
- #top : Int32
- #top=(top : Int32)
- #type : Int32
- #type=(type : Int32)
Constructor Detail
def self.new(source_rec : RayLib::Rectangle, left : Int32, top : Int32, right : Int32, bottom : Int32, type : Int32)
#