MeshPostProcess

Enum

    projectUV,
    wrapUV

Named UV Remapping in the inspector for now, since that's the only thing it dictates for now. Dictates if additional post-processing is done on the mesh. Project UV is default which means no additional calculation is done. Wrap UV tries to wrap the texture around the mesh. Additional post-processing types might be added in the future.

Last updated