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 Type
    Method
    Description
    all()
    Returns all Warp Deformers in stable model order as an immutable list.
    Finds one Warp Deformer by its typed ID.
  • Method Details

    • 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