Method
getElementsByType(_:)
Get all elements of a specific type.
func getElementsByType(_ type: EClass) async -> OrderedSet<EUUID>
Parameters
type-
EClass to search for
Return Value
OrderedSet of element UUIDs matching the type
Method
Get all elements of a specific type.
func getElementsByType(_ type: EClass) async -> OrderedSet<EUUID>
typeEClass to search for
OrderedSet of element UUIDs matching the type