Scene.findLatticeSpaceByName¶
Summary¶
Scene.findLatticeSpaceByName() returns the first attached lattice space whose name exactly matches the requested string.
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
Yes | Exact space name to find. |
Returns¶
LatticeSpace | undefined - The first match in insertion order, or undefined.