From ba177ccaecb91c3800e220272864dfb5c23958e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 23 Jan 2020 11:14:14 +0100 Subject: doc: Misc updates for AnimationNode* and others - Add some missing descriptions. - Add links to tutorials for ARVR and AnimationTree. - Style fixes. - Engine changes: * Make `AnimationNodeTransition.input_` properties internal so that they don't appear in the docs. They still appear in the inspector based on the actual number of inputs requested. * Drop unimplemented `CPUParticles.flatness`. It's only used for 3D particles in `ParticlesMaterial`, and thus only relevant for `CPUParticles3D`. --- doc/classes/CPUParticles2D.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/classes/CPUParticles2D.xml') diff --git a/doc/classes/CPUParticles2D.xml b/doc/classes/CPUParticles2D.xml index 0a376278f8..706083e86d 100644 --- a/doc/classes/CPUParticles2D.xml +++ b/doc/classes/CPUParticles2D.xml @@ -26,6 +26,7 @@ + Returns the base value of the parameter specified by [enum Parameter]. @@ -34,6 +35,7 @@ + Returns the [Curve] of the parameter specified by [enum Parameter]. @@ -42,6 +44,7 @@ + Returns the randomness factor of the parameter specified by [enum Parameter]. @@ -50,6 +53,7 @@ + Returns the enabled state of the given flag (see [enum Flags] for options). @@ -67,6 +71,7 @@ + Sets the base value of the parameter specified by [enum Parameter]. @@ -77,6 +82,7 @@ + Sets the [Curve] of the parameter specified by [enum Parameter]. @@ -87,6 +93,7 @@ + Sets the randomness factor of the parameter specified by [enum Parameter]. @@ -97,6 +104,7 @@ + Enables or disables the given flag (see [enum Flags] for options). @@ -188,8 +196,6 @@ Align Y axis of particle with the direction of its velocity. - - If [code]true[/code], results in fractional delta calculation which has a smoother particles display effect. -- cgit v1.2.3