Method TryGetBindingPaths
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.
Declaration
public static bool TryGetBindingPaths(Type type, string fieldName, out string[] resultingPaths)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | Type of authoring or runtime component. |
| string | fieldName | Field name. |
| string[] | resultingPaths | Array of supported fields for |
Returns
| Type | Description |
|---|---|
| bool | Returns true if specified field property is supported by the BindingRegistry. False otherwise. |