inochi2d v0.8.3 (2023-08-11T04:34:11Z)
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