Skip to content

Commit 706c9cc

Browse files
authored
Update README.md
1 parent 87c55d8 commit 706c9cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ static void CreateManager(
3131
```
3232

3333
**Singleton**
34+
3435
Once created (or when Awake() is invoked) the Load Manager instance can be obtained through the instance property.
3536

3637
```csharp
@@ -131,6 +132,7 @@ void LoadEnumerator(IEnumerator enumeratorToLoad, System.Action onLoadComplete,
131132
Loads a single enumerator. This allows bypassing registration if only a single enumerator needs to be loaded. This will not load any currently registered objects.
132133

133134
**Progress**
135+
134136
```csharp
135137
float progress
136138
```

0 commit comments

Comments
 (0)