struct RayLib::NPatchInfo

Included Modules

Defined in:

raylib/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_rec : RayLib::Rectangle, left : Int32, top : Int32, right : Int32, bottom : Int32, type : Int32) #

[View source]
def self.new(pull : JSON::PullParser) #

def self.new(unwrap : Pointer(Binding::NPatchInfo)) #

[View source]
def self.new(unwrap : Binding::NPatchInfo) #

[View source]

Instance Method Detail

def bottom : Int32 #

[View source]
def bottom=(bottom : Int32) #

[View source]
def left : Int32 #

[View source]
def left=(left : Int32) #

[View source]
def right : Int32 #

[View source]
def right=(right : Int32) #

[View source]
def source_rec : Rectangle #

[View source]
def source_rec=(source_rec : Rectangle) #

[View source]
def to_unsafe #

[View source]
def top : Int32 #

[View source]
def top=(top : Int32) #

[View source]
def type : Int32 #

[View source]
def type=(type : Int32) #

[View source]