ISceneMetadataclass

Allows components to add metadata to the scene/prefab file, which is accessible before loading it.

objectISceneMetadata
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.ISceneMetadata

Methods1

Showing 1 methods

public virtual System.Collections.Generic.Dictionary`2<string,string> GetMetadata()PUBLICVIRTUAL

Returns:Dictionary<string,string>

On this page