@ -112,7 +112,7 @@ namespace Fungus
}
#endif
#region Public methods
#region Public members
/// <summary>
/// The execution state of the Block.
@ -350,7 +350,7 @@ namespace Fungus
return cameraSize;
/// Creates a flat colored texture.
@ -54,7 +54,7 @@ namespace Fungus
activeCharacters.Remove(this);
/// Character name as displayed in Say Dialog.
@ -88,7 +88,7 @@ namespace Fungus
#endregion
/// Is object clicking enabled.
@ -48,7 +48,7 @@ namespace Fungus
protected string errorMessage = "";
/// Unique identifier for this command.
@ -39,7 +39,7 @@ namespace Fungus
activeCustomTags.Remove(this);
/// String that defines the start of the tag.
@ -123,7 +123,7 @@ namespace Fungus
/// Trigger next line input event from script.
@ -232,7 +232,7 @@ namespace Fungus
/// Is object drag and drop enabled.
@ -41,7 +41,7 @@ namespace Fungus
[FormerlySerializedAs("parentSequence")]
[SerializeField] protected Block parentBlock;
/// The parent Block which owns this Event Handler.
@ -270,7 +270,7 @@ namespace Fungus
return block;
/// Cached list of flowchart objects in the scene for fast lookup.
@ -14,7 +14,7 @@ namespace Fungus
{
[SerializeField] protected Flowchart selectedFlowchart;
/// The currently selected Flowchart.
@ -227,7 +227,7 @@ namespace Fungus
/// Looks up the specified string in the localized strings table.
@ -74,7 +74,7 @@ namespace Fungus
/// Currently active Menu Dialog used to display Menu options
@ -36,7 +36,7 @@ namespace Fungus
GetComponent<AudioSource>().loop = true;
/// Plays game music using an audio clip.
@ -13,7 +13,7 @@ namespace Fungus
[SerializeField] protected Rect nodeRect = new Rect(0, 0, 120, 30);
public virtual Rect _NodeRect { get { return nodeRect; } set { nodeRect = value; } }
@ -279,7 +279,7 @@ namespace Fungus
/// Performs a deep copy of all values from one RectTransform to another.
@ -182,7 +182,7 @@ namespace Fungus
/// Currently active Say Dialog used to display Say text
@ -65,7 +65,7 @@ namespace Fungus
/// Returns the currently active stage.
@ -84,7 +84,7 @@ namespace Fungus
[SerializeField] protected string key = "";
/// Visibility scope for the variable.
@ -27,7 +27,7 @@ namespace Fungus
transform.localScale = new Vector3(1,1,1);
/// Orthographic size of the camera view in world units.
@ -744,7 +744,7 @@ namespace Fungus
/// Gets or sets the text property of the attached text object.
@ -264,7 +264,7 @@ namespace Fungus.Utils
return item;
/// Caches the character objects in the scene for fast lookup during conversations.
@ -187,7 +187,7 @@ namespace Fungus.Utils
return paramsList;
/// Returns a description of the supported tags.
@ -11,7 +11,7 @@ namespace Fungus
/// </summary>
public static class FungusPrefs
/// Deletes all saved values for all slots.