Scene.findSplatFieldByName¶
Summary¶
Scene.findSplatFieldByName() returns the first 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 | undefined - The first match in insertion order, or undefined.