LightShape
UnityObjectLink
LightShape

enum:/TYPE/UnityEngine.LightShape///

Parent

UnityObjectLink

Variables
lightshape::​box
static readonly lightshape::box

enum constant number 2

lightshape::​cone
static readonly lightshape::cone

enum constant number 0

lightshape::​pyramid
static readonly lightshape::pyramid

enum constant number 1

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

no documentation

Returns

System.Int32

lightshape::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightShape enum
)

no documentation

Parameters
enum
UnityEngine.LightShape

an enum of type LightShape

Returns

System.Int32

lightshape::​inttoenum
static UnityEngine.LightShape IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.LightShape

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String