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_<number>` 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`.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="InputEvent" inherits="Resource" category="Core" version="3.2">
|
||||
<brief_description>
|
||||
Generic input event
|
||||
Generic input event.
|
||||
</brief_description>
|
||||
<description>
|
||||
Base class of all sort of input event. See [method Node._input].
|
||||
|
||||
Reference in New Issue
Block a user