class RayLib::ConfigService
Included Modules
Defined in:
raylib/services/config.cr
Constructors
Instance Method Summary
camera_3d? : Bool
camera_3d?,
configure(&)
configure,
enable_keyboard? : Bool
enable_keyboard?,
enable_mouse? : Bool
enable_mouse?,
file_storage : Oid::FileStorage
file_storage,
resolution : Tuple(Int32, Int32)
resolution,
screen_h : Int32
screen_h,
screen_w : Int32
screen_w,
show_fps? : Bool
show_fps?,
target_fps : Int32
target_fps
Constructor methods inherited from module Oid::Service
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
def
asset_path : String
#
def
camera_mode : String
#
def
enable_keyboard : Bool
#
def
enable_keyboard? : Bool
#
def
enable_mouse : Bool
#
def
enable_mouse? : Bool
#