Table of Contents

Method EnableExperimentalFeature

Namespace
LMKit.Global
Assembly
LM-Kit.NET.dll

EnableExperimentalFeature(string)

Enables an experimental feature by specifying its feature identifier.

public static void EnableExperimentalFeature(string featureID)

Parameters

featureID string

The identifier of the experimental feature to enable, provided by the LM-Kit team.

Remarks

This method is intended for advanced scenarios where enabling experimental or non-default features is required. Using unsupported or unrecognized feature identifiers has no effect. Experimental features may change or be removed in future releases.