Class AssetRegistry
Manages resource strings. The server typically populates this list, and clients receive it, from which they precache assets.
public class AssetRegistry
- Inheritance
-
AssetRegistry
- Inherited Members
Properties
LevelName
public string LevelName { get; init; }
Property Value
Materials
public Dictionary<string, Material?> Materials { get; }
Property Value
Models
public Dictionary<string, Model?> Models { get; }
Property Value
OtherFiles
public Dictionary<string, string?> OtherFiles { get; }
Property Value
Sounds
public Dictionary<string, string?> Sounds { get; }