Browse Source

Fixed typo in Set Interactable description #647

master
Chris Gregan 7 years ago
parent
commit
6c259f4467
  1. 2
      Assets/Fungus/Scripts/Commands/SetInteractable.cs

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

@ -12,7 +12,7 @@ namespace Fungus
/// </summary> /// </summary>
[CommandInfo("UI", [CommandInfo("UI",
"Set Interactable", "Set Interactable",
"Set the interactable sate of selectable objects.")] "Set the interactable state of selectable objects.")]
public class SetInteractable : Command public class SetInteractable : Command
{ {
[Tooltip("List of objects to be affected by the command")] [Tooltip("List of objects to be affected by the command")]

Loading…
Cancel
Save