Rendering::​GraphicsDeviceType
UnityObjectLink
Rendering::​GraphicsDeviceType

enum:/TYPE/UnityEngine.Rendering.GraphicsDeviceType///

Parent

UnityObjectLink

Variables
rendering::​graphicsdevicetype::​direct3d11
static readonly rendering::graphicsdevicetype::direct3d11

enum constant number 2

rendering::​graphicsdevicetype::​direct3d12
static readonly rendering::graphicsdevicetype::direct3d12

enum constant number 14

rendering::​graphicsdevicetype::​direct3d9
static readonly rendering::graphicsdevicetype::direct3d9

enum constant number 1

rendering::​graphicsdevicetype::​gamecorescarlett
static readonly rendering::graphicsdevicetype::gamecorescarlett

enum constant number 23

rendering::​graphicsdevicetype::​gamecorexboxone
static readonly rendering::graphicsdevicetype::gamecorexboxone

enum constant number 19

rendering::​graphicsdevicetype::​gamecorexboxseries
static readonly rendering::graphicsdevicetype::gamecorexboxseries

enum constant number 20

rendering::​graphicsdevicetype::​metal
static readonly rendering::graphicsdevicetype::metal

enum constant number 12

rendering::​graphicsdevicetype::​n3ds
static readonly rendering::graphicsdevicetype::n3ds

enum constant number 15

rendering::​graphicsdevicetype::​null
static readonly rendering::graphicsdevicetype::null

enum constant number 4

rendering::​graphicsdevicetype::​opengl2
static readonly rendering::graphicsdevicetype::opengl2

enum constant number 0

rendering::​graphicsdevicetype::​openglcore
static readonly rendering::graphicsdevicetype::openglcore

enum constant number 13

rendering::​graphicsdevicetype::​opengles2
static readonly rendering::graphicsdevicetype::opengles2

enum constant number 6

rendering::​graphicsdevicetype::​opengles3
static readonly rendering::graphicsdevicetype::opengles3

enum constant number 7

rendering::​graphicsdevicetype::​playstation3
static readonly rendering::graphicsdevicetype::playstation3

enum constant number 3

rendering::​graphicsdevicetype::​playstation4
static readonly rendering::graphicsdevicetype::playstation4

enum constant number 9

rendering::​graphicsdevicetype::​playstation5
static readonly rendering::graphicsdevicetype::playstation5

enum constant number 21

rendering::​graphicsdevicetype::​playstation5nggc
static readonly rendering::graphicsdevicetype::playstation5nggc

enum constant number 22

rendering::​graphicsdevicetype::​playstationmobile
static readonly rendering::graphicsdevicetype::playstationmobile

enum constant number 11

rendering::​graphicsdevicetype::​playstationvita
static readonly rendering::graphicsdevicetype::playstationvita

enum constant number 8

rendering::​graphicsdevicetype::​switch
static readonly rendering::graphicsdevicetype::switch

enum constant number 17

rendering::​graphicsdevicetype::​vulkan
static readonly rendering::graphicsdevicetype::vulkan

enum constant number 16

rendering::​graphicsdevicetype::​xbox360
static readonly rendering::graphicsdevicetype::xbox360

enum constant number 5

rendering::​graphicsdevicetype::​xboxone
static readonly rendering::graphicsdevicetype::xboxone

enum constant number 10

rendering::​graphicsdevicetype::​xboxoned3d12
static readonly rendering::graphicsdevicetype::xboxoned3d12

enum constant number 18

Functions
rendering::​graphicsdevicetype::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

rendering::​graphicsdevicetype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.Rendering.GraphicsDeviceType enum
)

no documentation

Parameters
enum
UnityEngine.Rendering.GraphicsDeviceType

an enum of type Rendering::GraphicsDeviceType

Returns

System.Int32

rendering::​graphicsdevicetype::​inttoenum
static UnityEngine.Rendering.GraphicsDeviceType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::Rendering::GraphicsDeviceType::Count()

Returns

UnityEngine.Rendering.GraphicsDeviceType

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::Rendering::GraphicsDeviceType::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::Rendering::GraphicsDeviceType::EnumToString(enum)

Returns

System.String