diff options
Diffstat (limited to 'doc/resources.md')
-rw-r--r-- | doc/resources.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/resources.md b/doc/resources.md index b86a2f8..5060571 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -39,6 +39,12 @@ | `avatar_info` | `Res<AvatarInfoPart>` | | | `environment` | `Res<EnvironmentPart>` | | +## RespackEntry + +| Key | Value Type | | +| ---------- | ------------- | --------- | +| `c_prefab` | `Res<Prefab>` | Multi key | + ## MeshPart Vertex attribute arrays (va_\*) are resources that contain a packed float32 |