Class BindingRegistryUtility
Utility class for BindingRegistry.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public static class BindingRegistryUtility
Methods
Name | Description |
---|---|
TryGetBindingPaths(Type, string, out string[]) | Retrieves individual property paths from a given component type. For vector type fields like float4 or int4, this will retrieve all sub components. |