Path: blob/master/doc/classes/AnimationNodeOutput.xml
10277 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="AnimationNodeOutput" inherits="AnimationNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">2<brief_description>3The animation output node of an [AnimationNodeBlendTree].4</brief_description>5<description>6A node created automatically in an [AnimationNodeBlendTree] that outputs the final animation.7</description>8<tutorials>9<link title="Using AnimationTree">$DOCS_URL/tutorials/animation/animation_tree.html</link>10<link title="3D Platformer Demo">https://godotengine.org/asset-library/asset/2748</link>11<link title="Third Person Shooter (TPS) Demo">https://godotengine.org/asset-library/asset/2710</link>12</tutorials>13</class>141516