API reference
API reference
Select your platform
No SDKs available
No versions available

mrukAnchorChildren Function

Modifiers: final
Retrieves all child anchor entities of a given parent entity.
This function queries all entities with MRUKAnchor components and returns those that reference the specified entity as their parent anchor.

Signature

fun mrukAnchorChildren(entity: Entity): List<Entity>

Parameters

entity: Entity
The parent entity to find children for

Returns

List
A list of child entities that have this entity as their parent anchor
Did you find this page helpful?