Skip to content

Commit 619976b

Browse files
author
github-actions
committed
Automated docs sync from source repo
1 parent 31a28a4 commit 619976b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/guides/models/ProfileDependentModel.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!---models/ProfileDependentModel.md-->
2+
[← Back](readme.md) | [🏠 Home](../readme.md)
13
## Profile Dependent Scenes and Collections
24

35
This feature works with both [Scene](./Scenes.md) and [SceneCollection](./Scene-collections.md).
@@ -58,4 +60,8 @@ public ProfileDependentCollection _collection;
5860
public ProfileDependentScene _scene;
5961

6062
void LoadCollection() => _collection.Open();
61-
void LoadScene() => _scene.Open();
63+
64+
void LoadScene() => _scene.Open();
65+
```
66+
67+
[← Back](readme.md) | [🏠 Home](../readme.md)

0 commit comments

Comments
 (0)