Methods
(async, abstract) loadAnimation(_name) → {Promise.<THREE.AnimationClip>}
Load an animation by name
Parameters:
| Name | Type | Description |
|---|---|---|
_name |
string |
The animation name to load (unused in base class) |
- Source:
Throws:
-
Must be implemented by subclasses
- Type
- Error
Returns:
The loaded animation clip
- Type
- Promise.<THREE.AnimationClip>