getNameForEntity abstract method

String? getNameForEntity(
  1. ThermionEntity entity
)

Retrieves the name assigned to the given ThermionEntity (usually corresponds to the glTF mesh name).

Implementation

String? getNameForEntity(ThermionEntity entity);