LightmapBakeType
UnityObjectLink
LightmapBakeType

enum:/TYPE/UnityEngine.LightmapBakeType///

Parent

UnityObjectLink

Variables
lightmapbaketype::​baked
static readonly lightmapbaketype::baked

enum constant number 1

lightmapbaketype::​mixed
static readonly lightmapbaketype::mixed

enum constant number 0

lightmapbaketype::​realtime
static readonly lightmapbaketype::realtime

enum constant number 2

Functions
lightmapbaketype::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

lightmapbaketype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightmapBakeType enum
)

no documentation

Parameters
enum
UnityEngine.LightmapBakeType

an enum of type LightmapBakeType

Returns

System.Int32

lightmapbaketype::​inttoenum
static UnityEngine.LightmapBakeType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::LightmapBakeType::Count()

Returns

UnityEngine.LightmapBakeType

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::LightmapBakeType::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::LightmapBakeType::EnumToString(enum)

Returns

System.String