Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/galacean/engine
/ getArray
Method
getArray
packages/core/src/utils/SafeLoopArray.ts:65–67 ·
view source on GitHub ↗
* Get the array. * @returns The array
()
Source
from the content-addressed store, hash-verified
63
* @returns The array
64
*/
65
getArray(): ReadonlyArray<T> {
66
return
this._array;
67
}
68
69
/**
70
* Get the array use
for
loop.
Callers
4
scenes
Method · 0.80
removeScene
Method · 0.80
loadScene
Method · 0.80
activeScene
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected