inochi2d.core.nodes

Undocumented in source.

Modules

common
module inochi2d.core.nodes.common
Undocumented in source.
composite
module inochi2d.core.nodes.composite
Undocumented in source.
defstack
module inochi2d.core.nodes.defstack
Undocumented in source.
drawable
module inochi2d.core.nodes.drawable
Undocumented in source.
drivers
module inochi2d.core.nodes.drivers
Undocumented in source.
mask
module inochi2d.core.nodes.mask
Undocumented in source.
part
module inochi2d.core.nodes.part
Undocumented in source.
pathdeform
module inochi2d.core.nodes.pathdeform
Undocumented in source.
shapes
module inochi2d.core.nodes.shapes
Undocumented in source.

Public Imports

inochi2d.core.nodes.part
public import inochi2d.core.nodes.part;
Undocumented in source.
inochi2d.core.nodes.mask
public import inochi2d.core.nodes.mask;
Undocumented in source.
inochi2d.core.nodes.pathdeform
public import inochi2d.core.nodes.pathdeform;
Undocumented in source.
inochi2d.core.nodes.drawable
public import inochi2d.core.nodes.drawable;
Undocumented in source.
inochi2d.core.nodes.composite
public import inochi2d.core.nodes.composite;
Undocumented in source.
inochi2d.core.nodes.drivers
public import inochi2d.core.nodes.drivers;
Undocumented in source.

Members

Classes

Node
class Node

A node in the Inochi2D rendering tree

Functions

inClearUUIDs
void inClearUUIDs()

Clears all UUIDs from the internal listing

inCreateUUID
uint inCreateUUID()

Creates a new UUID for a node

inHasNodeType
bool inHasNodeType(string id)

Gets whether a node type is present in the factories

inInitNodes
void inInitNodes()
Undocumented in source. Be warned that the author may not have intended to support it.
inRegisterNodeType
void inRegisterNodeType()
Undocumented in source. Be warned that the author may not have intended to support it.
inUnloadUUID
void inUnloadUUID(uint id)

Unloads a single UUID from the internal listing, freeing it up for reuse

Manifest constants

InInvalidUUID
enum InInvalidUUID;
Undocumented in source.

Mixin templates

InNode
mixintemplate InNode(T)
Undocumented in source.

Meta