Browse Source

Updated the comments and documentation in the commands.

master
Hector Castelli Zacharias 7 years ago
parent
commit
7fab22dc9d
  1. 2
      Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs
  2. 11
      Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs.meta
  3. 2
      Assets/Fungus/Scripts/Commands/PlayRandomSound.cs
  4. 11
      Assets/Fungus/Scripts/Commands/StopAmbiance.cs.meta

2
Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs

@ -10,7 +10,7 @@ namespace Fungus
/// </summary>
[CommandInfo("Audio",
"Play Ambiance Sound",
"Plays a once-off sound effect. Multiple sound effects can be played at the same time.")]
"Plays a background sound to be overlayed on top of the music. Only one Ambiance can be played at a time.")]
[AddComponentMenu("")]
public class PlayAmbianceSound : Command
{

11
Assets/Fungus/Scripts/Commands/PlayAmbianceSound.cs.meta

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 831c208af3cccf24b80cc6f3768919bc
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

2
Assets/Fungus/Scripts/Commands/PlayRandomSound.cs

@ -10,7 +10,7 @@ namespace Fungus
/// </summary>
[CommandInfo("Audio",
"Play Random Sound",
"Plays a once-off sound effect. Multiple sound effects can be played at the same time.")]
"Plays a once-off sound effect from a list of available sound effects. Multiple sound effects can be played at the same time.")]
[AddComponentMenu("")]
public class PlayRandomSound : Command
{

11
Assets/Fungus/Scripts/Commands/StopAmbiance.cs.meta

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 4bce3bd679be2c94196f3f6aaeb33f0b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
Loading…
Cancel
Save