Table of Contents

Interface IConfigKeyCustomDataFeedItems<T>

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

Defines the interface for config key components which generate FrooxEngine.DataFeedItems for the config key to represent themselves, rather than requiring default handling.

public interface IConfigKeyCustomDataFeedItems<T> : IConfigKeyComponent<IDefiningConfigKey<T>>, IComponent<IDefiningConfigKey<T>>, ICustomDataFeedItems

Type Parameters

T

The type of the config item's value.

Inherited Members

Remarks

Beware, that only the first of these components will be used, should a config key have multiple.

Properties

ConfigKey

Gets the config item that FrooxEngine.DataFeedItems will be enumerated for.

IDefiningConfigKey<T> ConfigKey { get; }

Property Value

IDefiningConfigKey<T>