struct RayLib::CharInfo

Included Modules

Defined in:

raylib/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : Int32, rec : RayLib::Rectangle, offset_x : Int32, offset_y : Int32, advance_x : Int32, data : UInt8) #

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

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

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

[View source]

Instance Method Detail

def advance_x : Int32 #

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

[View source]
def data : UInt8 #

[View source]
def data=(data : UInt8) #

[View source]
def offset_x : Int32 #

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

[View source]
def offset_y : Int32 #

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

[View source]
def rec : Rectangle #

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

[View source]
def to_unsafe #

[View source]
def value : Int32 #

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

[View source]