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/VisualScriptMathConstant.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/visual_script/doc_classes/VisualScriptMathConstant.xml') diff --git a/modules/visual_script/doc_classes/VisualScriptMathConstant.xml b/modules/visual_script/doc_classes/VisualScriptMathConstant.xml index 3be392aef5..7f926f17bf 100644 --- a/modules/visual_script/doc_classes/VisualScriptMathConstant.xml +++ b/modules/visual_script/doc_classes/VisualScriptMathConstant.xml @@ -21,28 +21,28 @@ - Unity: [code]1[/code] + Unity: [code]1[/code]. - Pi: [code]3.141593[/code] + Pi: [code]3.141593[/code]. - Pi divided by two: [code]1.570796[/code] + Pi divided by two: [code]1.570796[/code]. - Tau: [code]6.283185[/code] + Tau: [code]6.283185[/code]. - Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/code] + Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/code]. - Square root of two: [code]1.414214[/code] + Square root of two: [code]1.414214[/code]. - Infinity: [code]inf[/code] + Infinity: [code]inf[/code]. - Not a number: [code]nan[/code] + Not a number: [code]nan[/code]. Represents the size of the [enum MathConstant] enum. -- cgit v1.2.3