Scene.findAllSplatFieldsByName¶
Summary¶
Scene.findAllSplatFieldsByName() returns every attached splat field whose name exactly matches the requested string.
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
Yes | Exact field name to find. |
Returns¶
SplatField[] - Matching fields in insertion order; the array is empty when nothing matches.