FogMode
UnityObjectLink
FogMode

enum:/TYPE/UnityEngine.FogMode///

Parent

UnityObjectLink

Variables
fogmode::​exponential
static readonly fogmode::exponential

enum constant number 1

fogmode::​exponentialsquared
static readonly fogmode::exponentialsquared

enum constant number 2

fogmode::​linear
static readonly fogmode::linear

enum constant number 0

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

no documentation

Returns

System.Int32

fogmode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.FogMode enum
)

no documentation

Parameters
enum
UnityEngine.FogMode

an enum of type FogMode

Returns

System.Int32

fogmode::​inttoenum
static UnityEngine.FogMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.FogMode

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String