7 lines
154 B
C#
7 lines
154 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
public class RenderPrintingManagerModelOption : MonoBehaviour
|
|||
|
{
|
|||
|
public Vector2 renderPreviewSize;
|
|||
|
public Transform pivot;
|
|||
|
}
|