Canvas troubleshooting: Difference between revisions

Jump to navigation Jump to search
Line 38: Line 38:


<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
debug.dump(root);
debug.dump(root._node);
</syntaxhighlight>
</syntaxhighlight>


Line 45: Line 45:
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
var filename = getprop('/sim/fg-hime')~'CanvasRootGroup.xml';
var filename = getprop('/sim/fg-hime')~'CanvasRootGroup.xml';
io.write_properties(filename, root);
io.write_properties(filename, root._node);
</syntaxhighlight>
</syntaxhighlight>


=== Inspecting a whole Canvas ===
=== Inspecting a whole Canvas ===

Navigation menu