class RayLib::ConfigService

Included Modules

Defined in:

raylib/services/config.cr

Constructors

Instance Method Summary

Instance methods inherited from module Oid::Service::Config

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

def self.new(**args) #

[View source]

Instance Method Detail

def app_name : String #

[View source]
def asset_path : String #

[View source]
def camera_3d? : Bool #

[View source]
def camera_mode : String #

def enable_keyboard : Bool #

def enable_keyboard? : Bool #

[View source]
def enable_mouse : Bool #

def enable_mouse? : Bool #

[View source]
def screen_h : Int32 #

[View source]
def screen_w : Int32 #

[View source]
def show_fps : Bool #

def show_fps? : Bool #

[View source]
def target_fps : Int32 #

[View source]