From e480262c53d70530e1111b1531323107dbc19ebf Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Thu, 12 Jan 2023 21:51:03 +0900 Subject: Allow AnimationNodes to restart when transitioning to the same state --- doc/classes/AnimationNode.xml | 7 +++++++ doc/classes/AnimationNodeOneShot.xml | 6 ++++++ doc/classes/AnimationNodeTransition.xml | 6 ++++++ 3 files changed, 19 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/AnimationNode.xml b/doc/classes/AnimationNode.xml index a33ec2f6dc..6e3345b675 100644 --- a/doc/classes/AnimationNode.xml +++ b/doc/classes/AnimationNode.xml @@ -49,6 +49,13 @@ When inheriting from [AnimationRootNode], implement this virtual method to return whether the blend tree editor should display filter editing on this node. + + + + + When inheriting from [AnimationRootNode], implement this virtual method to return whether the [param parameter] is read-only. Parameters are custom local memory used for your nodes, given a resource can be reused in multiple trees. + + diff --git a/doc/classes/AnimationNodeOneShot.xml b/doc/classes/AnimationNodeOneShot.xml index 14abc34992..9e8193868c 100644 --- a/doc/classes/AnimationNodeOneShot.xml +++ b/doc/classes/AnimationNodeOneShot.xml @@ -28,6 +28,12 @@ + + + + + + diff --git a/doc/classes/AnimationNodeTransition.xml b/doc/classes/AnimationNodeTransition.xml index cd5e45fbdf..bca94a568a 100644 --- a/doc/classes/AnimationNodeTransition.xml +++ b/doc/classes/AnimationNodeTransition.xml @@ -12,6 +12,12 @@ https://godotengine.org/asset-library/asset/678 + + + + + + -- cgit v1.2.3