godot

Modules

aabb
module godot.aabb

Axis-Aligned Bounding Box.

abi
module godot.abi

Low level communication between Godot and D.

api
module godot.api

Utilities needed for communication between Godot and D.

array
module godot.array

Dynamic Variant array.

basis
module godot.basis

3x3 matrix datatype.

callable
module godot.callable
Undocumented in source.
color
module godot.color

Color in RGBA format with some support for ARGB format.

dictionary
module godot.dictionary

Variant hashmap/dictionary type.

docs
module godot.docs
nodepath
module godot.nodepath

Pre-parsed scene tree path.

plane
module godot.plane

Plane in hessian form.

poolarrays
module godot.poolarrays

Memory-pool-based dynamic arrays. Optimized for memory usage, can’t fragment the memory.

projection
module godot.projection

2D Transformation. 3x2 matrix.

quat
module godot.quat

Quaternion.

rect2
module godot.rect2

2D Axis-aligned bounding box.

rid
module godot.rid

Handle for a Resource‘s unique ID.

signal
module godot.signal
Undocumented in source.
string
module godot.string

Godot's ref-counted wchar_t String class.

transform
module godot.transform

3D Transformation. 3x4 matrix.

transform2d
module godot.transform2d

2D Transformation. 3x2 matrix.

util
module godot.util
variant
module godot.variant

The most important data type in Godot.

vector2
module godot.vector2

Vector used for 2D Math.

vector3
module godot.vector3

Vector struct, which performs basic 3D vector math operations.

vector4
module godot.vector4

Vector struct, which performs basic 3D vector math operations.

Public Imports

godot.aabb
public import godot.aabb;
Undocumented in source.
godot.array
public import godot.array;
Undocumented in source.
godot.basis
public import godot.basis;
Undocumented in source.
godot.callable
public import godot.callable;
Undocumented in source.
godot.color
public import godot.color;
Undocumented in source.
godot.api
public import godot.api;
Undocumented in source.
godot.dictionary
public import godot.dictionary;
Undocumented in source.
godot.nodepath
public import godot.nodepath;
Undocumented in source.
godot.plane
public import godot.plane;
Undocumented in source.
godot.poolarrays
public import godot.poolarrays;
Undocumented in source.
godot.quat
public import godot.quat;
Undocumented in source.
godot.rect2
public import godot.rect2;
Undocumented in source.
godot.rid
public import godot.rid;
Undocumented in source.
godot.signal
public import godot.signal;
Undocumented in source.
godot.string
public import godot.string;
Undocumented in source.
godot.transform
public import godot.transform;
Undocumented in source.
godot.transform2d
public import godot.transform2d;
Undocumented in source.
godot.variant
public import godot.variant;
Undocumented in source.
godot.vector2
public import godot.vector2;
Undocumented in source.
godot.vector3
public import godot.vector3;
Undocumented in source.
godot.vector4
public import godot.vector4;
Undocumented in source.
godot.projection
public import godot.projection;
Undocumented in source.

Meta