mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
De-headline the Inherits and Category fields
Also escape _ and * characters in e.g. "TYPE_*" description content.
This commit is contained in:
@@ -3,14 +3,9 @@
|
||||
SamplePlayer2D
|
||||
==============
|
||||
|
||||
Inherits: :ref:`SoundPlayer2D<class_soundplayer2d>`
|
||||
---------------------------------------------------
|
||||
**Inherits:** :ref:`SoundPlayer2D<class_soundplayer2d>`
|
||||
|
||||
Category: Core
|
||||
--------------
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
**Category:** Core
|
||||
|
||||
Sample player for positional 2D Sound.
|
||||
|
||||
@@ -127,9 +122,9 @@ Set the amplitude for random pitch scale variations. If different from zero, the
|
||||
|
||||
The actual pitch scale will be, with "variation" ranging from -val to val:
|
||||
|
||||
* variation > 0: 1.0 + variation
|
||||
\* variation > 0: 1.0 + variation
|
||||
|
||||
* variation < 0: 1.0/(1.0 - variation)
|
||||
\* variation < 0: 1.0/(1.0 - variation)
|
||||
|
||||
.. _class_SamplePlayer2D_get_random_pitch_scale:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user