morphTargetCount property

int get morphTargetCount

The number of morph targets on this node's mesh, or zero when the mesh has none.

Implementation

int get morphTargetCount => _meshMorphTargets?.targetCount ?? 0;