MCPcopy 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

scenesMethod · 0.80
removeSceneMethod · 0.80
loadSceneMethod · 0.80
activeSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected