inochi-creator v0.7.4 (2022-10-10T13:16:34Z)
Dub
Repo
NodeLayerBinding
creator
windows
psdmerge
Binding between layer and node
struct
NodeLayerBinding {
Layer
layer
;
Texture
layerTexture
;
vec4
texturePreviewBounds
;
Node
node
;
bool
replaceTexture
;
string
layerPath
;
const
(
char
)*
layerName
;
string
indexableName
;
bool
ignore
;
int
depth
();
}
Members
Functions
depth
int
depth
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ignore
bool
ignore
;
Undocumented in source.
indexableName
string
indexableName
;
Undocumented in source.
layer
Layer
layer
;
Undocumented in source.
layerName
const
(
char
)*
layerName
;
Undocumented in source.
layerPath
string
layerPath
;
Undocumented in source.
layerTexture
Texture
layerTexture
;
Undocumented in source.
node
Node
node
;
Undocumented in source.
replaceTexture
bool
replaceTexture
;
Undocumented in source.
texturePreviewBounds
vec4
texturePreviewBounds
;
Undocumented in source.
Meta
Source
See Implementation
creator
windows
psdmerge
classes
PSDMergeWindow
structs
NodeLayerBinding
Binding between layer and node