IsSolid returns true if this is an [Solid] node (otherwise a [Group]).
()
| 27 | |
| 28 | // IsSolid returns true if this is an [Solid] node (otherwise a [Group]). |
| 29 | IsSolid() bool |
| 30 | |
| 31 | // AsSolid returns the node as a [Solid] (nil if not). |
| 32 | AsSolid() *Solid |
no outgoing calls
no test coverage detected