Show / Hide Table of Contents

Struct RenderTextureDescriptor

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct RenderTextureDescriptor

Constructors

| Improve this Doc View Source

RenderTextureDescriptor(Int32, Int32)

Declaration
public RenderTextureDescriptor(int width, int height)
Parameters
Type Name Description
Int32 width
Int32 height
| Improve this Doc View Source

RenderTextureDescriptor(Int32, Int32, RenderTextureFormat)

Declaration
public RenderTextureDescriptor(int width, int height, RenderTextureFormat colorFormat)
Parameters
Type Name Description
Int32 width
Int32 height
RenderTextureFormat colorFormat
| Improve this Doc View Source

RenderTextureDescriptor(Int32, Int32, RenderTextureFormat, Int32)

Declaration
public RenderTextureDescriptor(int width, int height, RenderTextureFormat colorFormat, int depthBufferBits)
Parameters
Type Name Description
Int32 width
Int32 height
RenderTextureFormat colorFormat
Int32 depthBufferBits

Properties

| Improve this Doc View Source

autoGenerateMips

Declaration
public bool autoGenerateMips { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

bindMS

Declaration
public bool bindMS { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

colorFormat

Declaration
public RenderTextureFormat colorFormat { get; set; }
Property Value
Type Description
RenderTextureFormat
| Improve this Doc View Source

depthBufferBits

Declaration
public int depthBufferBits { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

dimension

Declaration
public TextureDimension dimension { get; set; }
Property Value
Type Description
TextureDimension
| Improve this Doc View Source

enableRandomWrite

Declaration
public bool enableRandomWrite { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

flags

Declaration
public RenderTextureCreationFlags flags { get; }
Property Value
Type Description
RenderTextureCreationFlags
| Improve this Doc View Source

height

Declaration
public int height { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

memoryless

Declaration
public RenderTextureMemoryless memoryless { get; set; }
Property Value
Type Description
RenderTextureMemoryless
| Improve this Doc View Source

msaaSamples

Declaration
public int msaaSamples { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

shadowSamplingMode

Declaration
public ShadowSamplingMode shadowSamplingMode { get; set; }
Property Value
Type Description
ShadowSamplingMode
| Improve this Doc View Source

sRGB

Declaration
public bool sRGB { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

useMipMap

Declaration
public bool useMipMap { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

volumeDepth

Declaration
public int volumeDepth { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

vrUsage

Declaration
public VRTextureUsage vrUsage { get; set; }
Property Value
Type Description
VRTextureUsage
| Improve this Doc View Source

width

Declaration
public int width { get; set; }
Property Value
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX