EngineSingleton._classBinding

Undocumented in source.
struct EngineSingleton
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_singleton
godot_object _singleton;
Undocumented in source.
_singletonName
char* _singletonName;
Undocumented in source.
getAuthorInfo
GodotMethod!(Dictionary) getAuthorInfo;
Undocumented in source.
getCopyrightInfo
GodotMethod!(Array) getCopyrightInfo;
Undocumented in source.
getDonorInfo
GodotMethod!(Dictionary) getDonorInfo;
Undocumented in source.
getFramesDrawn
GodotMethod!(long) getFramesDrawn;
Undocumented in source.
getFramesPerSecond
GodotMethod!(double) getFramesPerSecond;
Undocumented in source.
getIterationsPerSecond
GodotMethod!(long) getIterationsPerSecond;
Undocumented in source.
getLicenseInfo
GodotMethod!(Dictionary) getLicenseInfo;
Undocumented in source.
getLicenseText
GodotMethod!(String) getLicenseText;
Undocumented in source.
getMainLoop
GodotMethod!(MainLoop) getMainLoop;
Undocumented in source.
getPhysicsJitterFix
GodotMethod!(double) getPhysicsJitterFix;
Undocumented in source.
getSingleton
GodotMethod!(GodotObject, String) getSingleton;
Undocumented in source.
getTargetFps
GodotMethod!(long) getTargetFps;
Undocumented in source.
getTimeScale
GodotMethod!(double) getTimeScale;
Undocumented in source.
getVersionInfo
GodotMethod!(Dictionary) getVersionInfo;
Undocumented in source.
hasSingleton
GodotMethod!(bool, String) hasSingleton;
Undocumented in source.
isEditorHint
GodotMethod!(bool) isEditorHint;
Undocumented in source.
isInPhysicsFrame
GodotMethod!(bool) isInPhysicsFrame;
Undocumented in source.
setEditorHint
GodotMethod!(void, bool) setEditorHint;
Undocumented in source.
setIterationsPerSecond
GodotMethod!(void, long) setIterationsPerSecond;
Undocumented in source.
setPhysicsJitterFix
GodotMethod!(void, double) setPhysicsJitterFix;
Undocumented in source.
setTargetFps
GodotMethod!(void, long) setTargetFps;
Undocumented in source.
setTimeScale
GodotMethod!(void, double) setTimeScale;
Undocumented in source.

Meta