inochi2d ~main (2022-05-11T02:02:14.2239396)
Dub
Repo
MaskBinding
inochi2d
core
nodes
common
A binding between a mask and a mode
struct
MaskBinding {
public
import
inochi2d
.
core
.
nodes
.
drawable
:
Drawable
;
;
@
Name
("source")
uint
maskSrcUUID
;
@
Name
("mode")
MaskingMode
mode
;
@
Ignore
Drawable
maskSrc
;
}
Members
Imports
Drawable (from inochi2d.core.nodes.drawable)
public
import
inochi2d
.
core
.
nodes
.
drawable
:
Drawable
;
Undocumented in source.
Variables
maskSrc
Drawable
maskSrc
;
Undocumented in source.
maskSrcUUID
uint
maskSrcUUID
;
Undocumented in source.
mode
MaskingMode
mode
;
Undocumented in source.
Meta
Source
See Implementation
inochi2d
core
nodes
common
enums
BlendMode
MaskingMode
functions
inSetBlendMode
structs
MaskBinding
A binding between a mask and a mode