MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / setSceneNodeParent

Function setSceneNodeParent

src/scene/index.ts:172–174  ·  view source on GitHub ↗
(handle: SceneNodeHandle, parent: SceneNodeHandle)

Source from the content-addressed store, hash-verified

170 * Set the parent of a scene node. Pass 0 for no parent (root node).
171 */
172export function setSceneNodeParent(handle: SceneNodeHandle, parent: SceneNodeHandle): void {
173 bloom_scene_set_parent(handle, parent);
174}
175
176/**
177 * Set the 4x4 transform matrix for a scene node.

Callers 1

spawnPrefabEntityFunction · 0.90

Calls 1

bloom_scene_set_parentFunction · 0.50

Tested by

no test coverage detected