|
| RenderTexture (RenderTextureDescriptor desc) |
|
| RenderTexture (RenderTexture textureToCopy) |
|
| RenderTexture (int width, int height, int depth, DefaultFormat format) |
|
| RenderTexture (int width, int height, int depth, GraphicsFormat format) |
|
| RenderTexture (int width, int height, int depth, GraphicsFormat format, int mipCount) |
|
| RenderTexture (int width, int height, GraphicsFormat colorFormat, GraphicsFormat depthStencilFormat, int mipCount) |
|
| RenderTexture (int width, int height, GraphicsFormat colorFormat, GraphicsFormat depthStencilFormat) |
|
| RenderTexture (int width, int height, int depth, [DefaultValue("RenderTextureFormat.Default")] RenderTextureFormat format, [DefaultValue("RenderTextureReadWrite.Default")] RenderTextureReadWrite readWrite) |
|
| RenderTexture (int width, int height, int depth, RenderTextureFormat format) |
|
| RenderTexture (int width, int height, int depth) |
|
| RenderTexture (int width, int height, int depth, RenderTextureFormat format, int mipCount) |
|
unsafe int | GetInstanceID () |
|
override int | GetHashCode () |
|
override bool | Equals (object other) |
|
static void | Destroy (Object obj, [DefaultValue("0.0F")] float t) |
|
static void | DestroyImmediate (Object obj, [DefaultValue("false")] bool allowDestroyingAssets) |
|
static Object[] | FindObjectsOfType (Type type, bool includeInactive) |
|
static void | DontDestroyOnLoad ([NotNull("NullExceptionObject")] Object target) |
|
override string | ToString () |
|
Definition at line 18 of file RenderTexture.cs.