TexCoordsManager

Undocumented in source.

Members

Functions

get
vec4 get(ushort index)
Undocumented in source. Be warned that the author may not have intended to support it.
getCoordIndex
ushort getCoordIndex(vec4 coords)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

instance
TexCoordsManager* instance;
Undocumented in source.

Variables

coords
Vector!vec4 coords;
Undocumented in source.
coords_map
HashMap!(vec4, ushort) coords_map;
Undocumented in source.

Meta