morphTargetNames property

List<String> get morphTargetNames

The morph target names from the source asset (extras.targetNames), empty strings for unnamed targets. Empty when the mesh has no targets.

Implementation

List<String> get morphTargetNames =>
    _meshMorphTargets?.targetNames ?? const [];