fluid.utils

Members

Aliases

BasicNodeParamLength
deprecated alias BasicNodeParamLength = Alias!5
Undocumented in source.
simpleConstructor
alias simpleConstructor(alias T, Parent, alias fun = "a") = simpleConstructor!(T!Parent, fun)

Create a simple template node constructor for declarative usage.

Enums

isSimpleConstructor
eponymoustemplate isSimpleConstructor(T)
Undocumented in source.
simpleConstructor
eponymoustemplate simpleConstructor(T, alias fun = "a")

Create a simple node constructor for declarative usage.

Functions

center
Vector2 center(Rectangle r)

Get the center of a rectangle.

contains
bool contains(Rectangle rectangle, Vector2 point)

Check if the rectangle contains a point.

end
Vector2 end(Rectangle r)

Get the bottom-right corner of a rectangle.

openURL
void openURL(const(char)[] url)

Open given URL in a web browser.

size
Vector2 size(Rectangle r)

Get the size of a rectangle.

start
Vector2 start(Rectangle r)

Get the top-left corner of a rectangle.

Structs

SimpleConstructor
struct SimpleConstructor(T, alias fun = "a")
Undocumented in source.

Templates

BasicNodeParam
deprecated template BasicNodeParam(int index)
Undocumented in source.
StaticFieldNames
template StaticFieldNames(T)

Get names of static fields in the given object.

simpleConstructor
template simpleConstructor(alias T, alias Parent, alias fun = "a")

Create a simple template node constructor for declarative usage.

Meta