module Oid::Service::Config

Included Modules

Direct including types

Defined in:

oid/service/config.cr

Instance Method Summary

Macro Summary

Constructor methods inherited from module Oid::Service

new(pull : JSON::PullParser) new

Instance Method Detail

abstract def camera_3d? : Bool #

[View source]
def configure(&) #

[View source]
abstract def enable_keyboard? : Bool #

[View source]
abstract def enable_mouse? : Bool #

[View source]
def file_storage : Oid::FileStorage #

[View source]
def resolution : Tuple(Int32, Int32) #

[View source]
abstract def screen_h : Int32 #

[View source]
abstract def screen_w : Int32 #

[View source]
abstract def show_fps? : Bool #

[View source]
abstract def target_fps : Int32 #

[View source]

Macro Detail

macro add_settings(*args) #

[View source]