inochi2d.core.nodes.drawable

Undocumented in source.

Public Imports

inochi2d.core.nodes.defstack
public import inochi2d.core.nodes.defstack;
Undocumented in source.

Members

Classes

Drawable
class Drawable

Nodes that are meant to render something in to the Inochi2D scene Other nodes don't have to render anything and serve mostly other purposes.

Functions

inBeginMask
void inBeginMask(bool hasMasks)

Begins a mask

inBeginMaskContent
void inBeginMaskContent()

Starts masking content

inEndMask
void inEndMask()

End masking

inInitDrawable
void inInitDrawable()
Undocumented in source. Be warned that the author may not have intended to support it.
inSetUpdateBounds
void inSetUpdateBounds(bool state)

Sets whether Inochi2D should keep track of the bounds

incDrawableBindVAO
void incDrawableBindVAO()

Binds the internal vertex array for rendering

Variables

doGenerateBounds
bool doGenerateBounds;
Undocumented in source.

Meta