Lazy loading structures

Quick question. Is StateSet and StateMap lazy loading elements? It doesn’t directly say that in docs.

Yes, it is lazy. Think of it as a database handle.

1 Like