From 4525181c2dc959609302d8977b5ed6b390f0cfc8 Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Tue, 31 Jan 2023 21:17:29 +0900 Subject: Make restart in NodeStateMachine / NodeTransition optional --- doc/classes/AnimationNodeStateMachine.xml | 5 +++++ doc/classes/AnimationNodeTransition.xml | 3 +++ 2 files changed, 8 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/AnimationNodeStateMachine.xml b/doc/classes/AnimationNodeStateMachine.xml index 0fb789875f..95891a9061 100644 --- a/doc/classes/AnimationNodeStateMachine.xml +++ b/doc/classes/AnimationNodeStateMachine.xml @@ -161,4 +161,9 @@ + + + If [code]true[/code], allows teleport to the self state with [method AnimationNodeStateMachinePlayback.travel]. When the reset option is enabled in [method AnimationNodeStateMachinePlayback.travel], the animation is restarted. If [code]false[/code], nothing happens on the teleportation to the self state. + + diff --git a/doc/classes/AnimationNodeTransition.xml b/doc/classes/AnimationNodeTransition.xml index a067b0a9ba..bc3e5716dd 100644 --- a/doc/classes/AnimationNodeTransition.xml +++ b/doc/classes/AnimationNodeTransition.xml @@ -44,6 +44,9 @@ + + If [code]true[/code], allows transition to the self state. When the reset option is enabled in input, the animation is restarted. If [code]false[/code], nothing happens on the transition to the self state. + The number of enabled input ports for this node. -- cgit v1.2.3