File tree 1 file changed +11
-0
lines changed
ES_msgSystem/Assets/Scripts
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 3
3
using UnityEngine ;
4
4
using System ;
5
5
6
+
6
7
namespace ES_MsgSystem
7
8
{
9
+ /// <summary>The messageSystem is made by Rempty-EmptyStudio.
10
+ /// UserFunction
11
+ /// SetText(string) -> Make the system to print or execute the commands.
12
+ /// Next() -> If the system is WaitingForNext, then it will continue the remaining contents.
13
+ /// Parameters
14
+ /// IsCompleted -> Is the input text parsing completely by the system.
15
+ /// text -> The result, witch you can show on your interface as a dialog.
16
+ /// IsWaitingForNext-> Waiting for user input -> The Next() function.
17
+ /// textSpeed -> Setting the updating period of text.
18
+ /// </summary>
8
19
public class MsgSystem : MonoBehaviour
9
20
{
10
21
public bool IsCompleted { get { return IsMsgCompleted ; } }
You can’t perform that action at this time.
0 commit comments