Interface Morphing

All Known Implementing Classes:
Morphing.CppProxy

public interface Morphing
Class, represents morphing resources
  • Method Details

    • getType

      @NonNull MorphingType getType()
      Returns:
      morphing type (morphing_type)
    • getName

      @NonNull String getName()
      Returns:
      morphing name (string)
    • setWarpMesh

      void setWarpMesh(@Nullable Mesh mesh)
      sets morphing warp mesh. If morhping type is beauty must be only "$builtin$meshes/beauty" mesh.
      Parameters:
      mesh - (mesh): morphing warp mesh
    • getWarpMesh

      @Nullable Mesh getWarpMesh()
      Returns:
      warp (mesh)