"Plays a usfxr synth sound. Use the usfxr editor [Tools > Fungus > Utilities > Generate usfxr Sound Effects] to create the SettingsString. Set a ParentTransform if using positional sound. See https://github.com/zeh/usfxr for more information about usfxr.")]
[AddComponentMenu("")]
publicclassPlayUsfxrSound:Command{
publicclassPlayUsfxrSound:Command
{
protectedSfxrSynth_synth=newSfxrSynth();
[Tooltip("Transform to use for positional audio")]
publicTransformParentTransform=null;
publicStringSettingsString="";
[Tooltip("Settings string which describes the audio")]
publicStringSettingsString="";
[Tooltip("Time to wait before executing the next command")]
"Sends a message to either the owner Flowchart or all Flowcharts in the scene. Blocks can listen for this message to start execution.")]
"Sends a message to either the owner Flowchart or all Flowcharts in the scene. Blocks can listen for this message using a Message Received event handler.")]
[AddComponentMenu("")]
publicclassSendMessage:Command
{
@ -15,7 +15,10 @@ namespace Fungus
AllFlowcharts
}
[Tooltip("Target flowchart(s) to send the message to")]