IBlobReferencesclass

For `Sandbox.BlobData` types whose binary data reference other assets by resource path. Ensures asset references in blobs are recognized by the resource compiler.

objectIBlobReferences
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.IBlobReferences

Methods1

Showing 1 methods

public virtual System.Collections.Generic.IEnumerable`1<string> GetReferencedResources()PUBLICVIRTUAL

Enumerate the resource paths (e.g. model paths) referenced by this blob.

Returns:IEnumerable<string>

On this page