Class AnalyticsUtils
Set of utilities for analytics
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public static class AnalyticsUtils
Methods
Name | Description |
---|---|
ToNestedColumnWithDefault<T>(T, T, bool) | Obtains the Serialized fields and values in form of nested columns for BigQuery https://cloud.google.com/bigquery/docs/nested-repeated |
ToNestedColumn<T>(T, bool) | Obtains the Serialized fields and values in form of nested columns for BigQuery https://cloud.google.com/bigquery/docs/nested-repeated |