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:
@@ -67,14 +67,14 @@
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
Returns the channel of the last packet fetched via [method PacketPeer.get_packet]
|
||||
Returns the channel of the last packet fetched via [method PacketPeer.get_packet].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_packet_channel" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
Returns the channel of the next packet that will be retrieved via [method PacketPeer.get_packet]
|
||||
Returns the channel of the next packet that will be retrieved via [method PacketPeer.get_packet].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_peer_address" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user