tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
PuppetPathDeform
tida
puppet
class
PuppetPathDeform :
PuppetNode
{
Vecf
[]
joints
;
PuppetJointBindingData
[]
bindings
;
this
(PuppetNode parent);
this
(Puppet puppet, PuppetNode parent);
}
Constructors
this
this
(PuppetNode parent)
Undocumented in source.
this
this
(Puppet puppet, PuppetNode parent)
Undocumented in source.
Members
Variables
bindings
PuppetJointBindingData
[]
bindings
;
Undocumented in source.
joints
Vecf
[]
joints
;
Undocumented in source.
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