Camera::​StereoscopicEye
UnityObjectLink
Camera::​StereoscopicEye

enum:/TYPE/UnityEngine.Camera.StereoscopicEye///

Parent

UnityObjectLink

Variables
camera::​stereoscopiceye::​left
static readonly camera::stereoscopiceye::left

enum constant number 0

camera::​stereoscopiceye::​right
static readonly camera::stereoscopiceye::right

enum constant number 1

Functions
camera::​stereoscopiceye::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

camera::​stereoscopiceye::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.Camera+StereoscopicEye enum
)

no documentation

Parameters
enum
UnityEngine.Camera StereoscopicEye

an enum of type Camera::StereoscopicEye

Returns

System.Int32

camera::​stereoscopiceye::​inttoenum
static UnityEngine.Camera+StereoscopicEye IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::Camera::StereoscopicEye::Count()

Returns

UnityEngine.Camera+StereoscopicEye

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::Camera::StereoscopicEye::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::Camera::StereoscopicEye::EnumToString(enum)

Returns

System.String