Class UniverseAssetsModule
Owns the entity and movement asset definitions consumed by Universe runtime behavior.
public sealed class UniverseAssetsModule : BaseModule, IModule
- Inheritance
-
UniverseAssetsModule
- Implements
- Inherited Members
Properties
Manifest
Gets the module's identity and dependency declaration.
public override ModuleManifest Manifest { get; }
Property Value
Methods
OnSetup()
Called during synchronous module setup after the module context has been assigned.
protected override void OnSetup()