diff --git a/doc/classes/AnimationNodeTransition.xml b/doc/classes/AnimationNodeTransition.xml index bca94a568a47..90bae41586fe 100644 --- a/doc/classes/AnimationNodeTransition.xml +++ b/doc/classes/AnimationNodeTransition.xml @@ -16,18 +16,21 @@ + Returns the input index which corresponds to [param caption]. If not found, returns [code]-1[/code]. + Returns the name of the input at the given [param input] index. This name is displayed in the editor next to the node input. + Returns [code]true[/code] if auto-advance is enabled for the given [param input] index. @@ -35,6 +38,7 @@ + Enables or disables auto-advance for the given [param input] index. If enabled, state changes to the next input after playing the animation once. If enabled for the last input state, it loops to the first. @@ -42,17 +46,19 @@ + Sets the name of the input at the given [param input] index. This name is displayed in the editor next to the node input. - The number of enabled input ports for this node. + The number of enabled input ports for this node. The maximum is [code]31[/code]. If [code]true[/code], the destination animation is played back from the beginning when switched. + Determines how cross-fading between animations is eased. If empty, the transition will be linear. Cross-fading time (in seconds) between each animation connected to the inputs.