Class UsdEditorAnalytics
Inherited Members
Namespace: Unity.Formats.USD
Syntax
public static class UsdEditorAnalytics
Fields
sUsdEditorAnalyticsEvents
Declaration
public static Dictionary<string, bool> sUsdEditorAnalyticsEvents
Field Value
| Type | Description |
|---|---|
| Dictionary<String, Boolean> |
Methods
SendExportEvent(String, Double, Boolean, Boolean)
Declaration
public static void SendExportEvent(string fileExtension, double timeTakenMs, bool exportSucceeded, bool onlyOverrides = false)
Parameters
| Type | Name | Description |
|---|---|---|
| String | fileExtension | |
| Double | timeTakenMs | |
| Boolean | exportSucceeded | |
| Boolean | onlyOverrides |
SendImportEvent(String, Double, UsdEditorAnalytics.ImportResult)
Declaration
public static void SendImportEvent(string fileExtension, double timeTakenMs, UsdEditorAnalytics.ImportResult importResult)
Parameters
| Type | Name | Description |
|---|---|---|
| String | fileExtension | |
| Double | timeTakenMs | |
| UsdEditorAnalytics.ImportResult | importResult |
SendRecorderExportEvent(String, Double, Boolean, Boolean, Int32)
Declaration
public static void SendRecorderExportEvent(string fileExtension, double timeTakenMs, bool exportSucceeded, bool onlyOverrides = false, int frameCount = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| String | fileExtension | |
| Double | timeTakenMs | |
| Boolean | exportSucceeded | |
| Boolean | onlyOverrides | |
| Int32 | frameCount |
SendReimportEvent(String, Double, UsdEditorAnalytics.ImportResult)
Declaration
public static void SendReimportEvent(string fileExtension, double timeTakenMs, UsdEditorAnalytics.ImportResult importResult)
Parameters
| Type | Name | Description |
|---|---|---|
| String | fileExtension | |
| Double | timeTakenMs | |
| UsdEditorAnalytics.ImportResult | importResult |
SendUsageEvent(Boolean, Double)
Declaration
public static void SendUsageEvent(bool success, double timeTakenMs)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | success | |
| Double | timeTakenMs |