getChildEntity abstract method

Future<ThermionEntity> getChildEntity(
  1. ThermionEntity parent,
  2. String childName
)

Finds the child entity named childName associated with the given parent. Usually, parent will be the return value from loadGlb/loadGltf and childName will be the name of a node/mesh.

Implementation

Future<ThermionEntity> getChildEntity(
    ThermionEntity parent, String childName);