int | callbackOrder[Get] The priority for preprocess build callback. |
bool | ManifestAvailable[Get] True when a manifest exists locally for this configuration. |
AssemblyWalker | AssemblyWalker[Get] The assembly walker associated with this configuration. |
static ConduitStatistics | Statistics[Get] Locally collected Conduit statistics. |
GetInstance ( WitConfiguration configuration ) Factory method that creates a manager for the configuration if none exists. Otherwise, creates a new one. | |
static void |
This default constructor is intended to be used by Unity only. Do not call it directly. | |
void | OnPreprocessBuild ( BuildReport report ) |
List< string > | |
string | Generate a manifest with empty entities and actions lists. |
void | Generates a manifest and optionally opens it in the editor. |
int Meta.WitAi.Windows.ConduitManifestGenerationManager.callbackOrder |
---|
The priority for preprocess build callback. |
bool Meta.WitAi.Windows.ConduitManifestGenerationManager.ManifestAvailable |
---|
True when a manifest exists locally for this configuration. |
AssemblyWalker Meta.WitAi.Windows.ConduitManifestGenerationManager.AssemblyWalker |
---|
The assembly walker associated with this configuration. |
ConduitStatistics Meta.WitAi.Windows.ConduitManifestGenerationManager.Statistics |
---|
Locally collected Conduit statistics. |
static ConduitManifestGenerationManager Meta.WitAi.Windows.ConduitManifestGenerationManager.GetInstance ( WitConfiguration configuration ) |
---|
Factory method that creates a manager for the configuration if none exists. Otherwise, creates a new one. Parameters configuration The configuration. Returns An instance of this class. |
static void Meta.WitAi.Windows.ConduitManifestGenerationManager.PersistStatistics ( ) |
---|
No description available.
|
Meta.WitAi.Windows.ConduitManifestGenerationManager.ConduitManifestGenerationManager ( ) |
---|
This default constructor is intended to be used by Unity only. Do not call it directly. |
void Meta.WitAi.Windows.ConduitManifestGenerationManager.OnPreprocessBuild ( BuildReport report ) |
---|
No description available.
|
List<string> Meta.WitAi.Windows.ConduitManifestGenerationManager.ExtractManifestData ( ) |
---|
No description available.
|
string Meta.WitAi.Windows.ConduitManifestGenerationManager.GenerateEmptyManifest ( string domain, string id ) |
---|
Generate a manifest with empty entities and actions lists. Parameters domain A friendly name to use for this app. idThe App ID. Returns A JSON representation of the empty manifest. |
void Meta.WitAi.Windows.ConduitManifestGenerationManager.GenerateManifest ( WitConfiguration configuration, bool openManifest ) |
---|
Generates a manifest and optionally opens it in the editor. Parameters configuration The configuration that we are generating the manifest for. openManifestIf true, will open the manifest file in the code editor. |