RenderTextureCreationFlags
UnityObjectLink
RenderTextureCreationFlags

enum:/TYPE/UnityEngine.RenderTextureCreationFlags///

Parent

UnityObjectLink

Variables
rendertexturecreationflags::​allowverticalflip
static readonly rendertexturecreationflags::allowverticalflip

enum constant number 6

rendertexturecreationflags::​autogeneratemips
static readonly rendertexturecreationflags::autogeneratemips

enum constant number 1

rendertexturecreationflags::​bindms
static readonly rendertexturecreationflags::bindms

enum constant number 9

rendertexturecreationflags::​createdfromscript
static readonly rendertexturecreationflags::createdfromscript

enum constant number 5

rendertexturecreationflags::​dynamicallyscalable
static readonly rendertexturecreationflags::dynamicallyscalable

enum constant number 8

rendertexturecreationflags::​enablerandomwrite
static readonly rendertexturecreationflags::enablerandomwrite

enum constant number 4

rendertexturecreationflags::​eyetexture
static readonly rendertexturecreationflags::eyetexture

enum constant number 3

rendertexturecreationflags::​mipmap
static readonly rendertexturecreationflags::mipmap

enum constant number 0

rendertexturecreationflags::​noresolvedcolorsurface
static readonly rendertexturecreationflags::noresolvedcolorsurface

enum constant number 7

rendertexturecreationflags::​srgb
static readonly rendertexturecreationflags::srgb

enum constant number 2

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

no documentation

Returns

System.Int32

rendertexturecreationflags::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.RenderTextureCreationFlags enum
)

no documentation

Parameters
enum
UnityEngine.RenderTextureCreationFlags

an enum of type RenderTextureCreationFlags

Returns

System.Int32

rendertexturecreationflags::​inttoenum
static UnityEngine.RenderTextureCreationFlags IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.RenderTextureCreationFlags

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String