using UnityEngine;
public class RenderPrintingManagerModelOption : MonoBehaviour
{
public Vector2 renderPreviewSize;
public Transform pivot;
}