inochi2d ~main (2022-05-11T02:02:14.2239396)
Dub
Repo
ShapeNode
inochi2d
core
nodes
shapes
A Shape Node
struct
ShapeNode {
vec2
breakpoint
;
vec2
[]
shapeData
;
}
Members
Variables
breakpoint
vec2
breakpoint
;
The breakpoint in which the Shape Node activates
shapeData
vec2
[]
shapeData
;
The shape data
Meta
Source
See Implementation
inochi2d
core
nodes
shapes
classes
Shapes
mixins
__anonymous
structs
ShapeNode
A Shape Node