Show / Hide Table of Contents

Enum RenderTextureCreationFlags

Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Flags]
public enum RenderTextureCreationFlags

Fields

Name Description
AllowVerticalFlip
AutoGenerateMips
BindMS
CreatedFromScript
DynamicallyScalable
EnableRandomWrite
EyeTexture
MipMap
NoResolvedColorSurface
SRGB

Extension Methods

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