Ursina
</> ursina.main
Initialization
Ursina(
title='ursina',
icon='textures/ursina.ico',
borderless: bool=None,
fullscreen: bool=None,
size=None,
forced_aspect_ratio=None,
position=None,
vsync=True,
editor_ui_enabled: bool=None,
window_type='onscreen',
development_mode: bool=None,
render_mode=None,
show_ursina_splash=False,
use_ingame_console=False
)
Methods
input_up(key=None, is_raw=False)
internal method for key release
input_hold(key=None, is_raw=False)
internal method for handling repeating input that occurs when you hold the key
input(key=None, is_raw=False)
internal method for handling input
text_input()
text_input(key=None)
internal method for handling text input
step()
use this control the update loop yourself. call app.step() in a while loop for example, instead of app.run()
run()
run(info=True)