Package dev.turboism.sdk.cubism.model
Interface WarpDeformers
public interface WarpDeformers
Generation-bound Warp Deformers in one Cubism model.
all() returns an immutable stable-order list. Returned objects are live references
and can become stale with their owning model generation.
-
Method Summary
Modifier and TypeMethodDescriptionall()Returns all Warp Deformers in stable model order as an immutable list.find(DeformerId id) Finds one Warp Deformer by its typed ID.
-
Method Details
-
all
List<WarpDeformer> all()Returns all Warp Deformers in stable model order as an immutable list.- Returns:
- all Warp Deformers
-
find
Finds one Warp Deformer by its typed ID.- Parameters:
id- Warp Deformer identity- Returns:
- matching Warp Deformer
- Throws:
NoSuchElementException- if the ID is absent
-