LightmapEmissionProperty
This function will draw the UI for the lightmap emission property. (None, Realtime, baked) Additional Resources: MaterialLightmapFlags.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
LightmapEmissionProperty()
This function will draw the UI for the lightmap emission property. (None, Realtime, baked)
Additional Resources: MaterialLightmapFlags.
public void LightmapEmissionProperty()
LightmapEmissionProperty(int)
This function will draw the UI for the lightmap emission property. (None, Realtime, baked)
Additional Resources: MaterialLightmapFlags.
public void LightmapEmissionProperty(int labelIndent)
Parameters
LightmapEmissionProperty(Rect, int)
This function will draw the UI for the lightmap emission property. (None, Realtime, baked)
Additional Resources: MaterialLightmapFlags.
public void LightmapEmissionProperty(Rect position, int labelIndent)