12 lines
330 B
C#
12 lines
330 B
C#
using UnityEngine;
|
|
|
|
[HelpURL("https://geom.io/bakery/wiki/index.php?title=Manual#Bakery_Lightmap_Group_Selector")]
|
|
public class BakeryLightmapGroupSelector : MonoBehaviour
|
|
{
|
|
public bool active = true;
|
|
public Object lmgroupAsset;
|
|
public bool instanceResolutionOverride = false;
|
|
public int instanceResolution = 256;
|
|
}
|
|
|