class Godot::Instance

Defined in:

libgodot/instance.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(dll_path : String = {% if flag?(:windows) %} "libgodot.dll" {% else %} "libgodot.so" {% end %}) #

[View source]

Instance Method Detail

def boot(args : Array(String) = ARGV) : Bool #

Boot the Godot engine in-memory


[View source]
def is_running? : Bool #

[View source]
def shutdown : Void #

Clean shutdown


[View source]