Method FetchProperties
FetchProperties(IEnumerable<SimpleControl>, MaterialProperty[])
Fetches properties for all the given controls.
Declaration
public static void FetchProperties(this IEnumerable<SimpleControl> controls, MaterialProperty[] properties)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<SimpleControl> | controls | Controls needing to fetch properties. |
| MaterialProperty[] | properties | Property array to fetch properties from. |