Table of Contents

Interface IConfigKeySessionShare<T>

Namespace
MonkeyLoader.Resonite.Configuration
Assembly
MonkeyLoader.Resonite.Integration.dll

Defines the interface for config key components, which make the key's local value available as a shared resource in Resonite sessions, and optionally allow writing back changes from the session to the config item.

public interface IConfigKeySessionShare<T> : IConfigKeySessionShare<T, T>, IConfigKeyComponent<IDefiningConfigKey<T>>, IComponent<IDefiningConfigKey<T>>, IConfigKeySessionShare

Type Parameters

T

The type of the config item's value and the resource shared in Resonite FrooxEngine.World.

Inherited Members