tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
PuppetDrawable
tida
puppet
Undocumented in source.
abstract
class
PuppetDrawable :
PuppetNode
{
MeshData
mesh
;
VertexInfo
!
float
vertInfo
;
void
parseJSON
(JSONValue json, Puppet puppet);
JSONValue
toJSON
();
void
generateVertexInfo
();
}
Members
Functions
generateVertexInfo
void
generateVertexInfo
()
Undocumented in source. Be warned that the author may not have intended to support it.
parseJSON
void
parseJSON
(JSONValue json, Puppet puppet)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
JSONValue
toJSON
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
mesh
MeshData
mesh
;
vertInfo
VertexInfo
!
float
vertInfo
;
Inherited Members
From PuppetNode
type
PuppetNodeType
type
;
uuid
UUID
uuid
;
identificator
name
string
name
;
enabled
bool
enabled
;
Do I need to display the node.
zsort
float
zsort
;
zsort value
transform
Transform
transform
;
children
PuppetNode
[]
children
;
transformMatrix
float
[
4
][
4
]
transformMatrix
;
Undocumented in source.
parent
PuppetNode
parent
;
Undocumented in source.
puppet
Puppet
puppet
;
Undocumented in source.
zSort
float
zSort
()
Undocumented in source. Be warned that the author may not have intended to support it.
parseJSON
void
parseJSON
(JSONValue json, Puppet puppet)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
JSONValue
toJSON
()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void
draw
(IRenderer render, Vecf position)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tida
puppet
aliases
UUID
classes
Puppet
PuppetDrawable
PuppetMask
PuppetNode
PuppetPart
PuppetPathDeform
enums
MaskMode
PuppetNodeType
functions
jsonToNode
nodeByName
nodeByUUID
structs
MeshData
PuppetJointBindingData
PuppetMeta
Transform