Class RTHandleSystem
Inheritance
System.Object
RTHandleSystem
Syntax
public class RTHandleSystem : IDisposable
Constructors
RTHandleSystem()
Declaration
Properties
rtHandleProperties
Declaration
public RTHandleProperties rtHandleProperties { get; }
Property Value
Methods
Alloc(Int32, Int32, Int32, DepthBits, GraphicsFormat, FilterMode, TextureWrapMode, TextureDimension, Boolean, Boolean, Boolean, Boolean, Int32, Single, MSAASamples, Boolean, Boolean, RenderTextureMemoryless, String)
Declaration
public RTHandle Alloc(int width, int height, int slices = 1, DepthBits depthBufferBits = DepthBits.None, GraphicsFormat colorFormat = null, FilterMode filterMode = null, TextureWrapMode wrapMode = null, TextureDimension dimension = null, bool enableRandomWrite = false, bool useMipMap = false, bool autoGenerateMips = true, bool isShadowMap = false, int anisoLevel = 1, float mipMapBias = 0F, MSAASamples msaaSamples = MSAASamples.None, bool bindTextureMS = false, bool useDynamicScale = false, RenderTextureMemoryless memoryless = null, string name = "")
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
System.Int32 |
slices |
|
DepthBits |
depthBufferBits |
|
GraphicsFormat |
colorFormat |
|
FilterMode |
filterMode |
|
TextureWrapMode |
wrapMode |
|
TextureDimension |
dimension |
|
System.Boolean |
enableRandomWrite |
|
System.Boolean |
useMipMap |
|
System.Boolean |
autoGenerateMips |
|
System.Boolean |
isShadowMap |
|
System.Int32 |
anisoLevel |
|
System.Single |
mipMapBias |
|
MSAASamples |
msaaSamples |
|
System.Boolean |
bindTextureMS |
|
System.Boolean |
useDynamicScale |
|
RenderTextureMemoryless |
memoryless |
|
System.String |
name |
|
Returns
Alloc(Texture)
Declaration
public RTHandle Alloc(Texture texture)
Parameters
Type |
Name |
Description |
Texture |
texture |
|
Returns
Alloc(RTHandle)
Declaration
public static RTHandle Alloc(RTHandle tex)
Parameters
Returns
Alloc(ScaleFunc, Int32, DepthBits, GraphicsFormat, FilterMode, TextureWrapMode, TextureDimension, Boolean, Boolean, Boolean, Boolean, Int32, Single, Boolean, Boolean, Boolean, RenderTextureMemoryless, String)
Declaration
public RTHandle Alloc(ScaleFunc scaleFunc, int slices = 1, DepthBits depthBufferBits = DepthBits.None, GraphicsFormat colorFormat = null, FilterMode filterMode = null, TextureWrapMode wrapMode = null, TextureDimension dimension = null, bool enableRandomWrite = false, bool useMipMap = false, bool autoGenerateMips = true, bool isShadowMap = false, int anisoLevel = 1, float mipMapBias = 0F, bool enableMSAA = false, bool bindTextureMS = false, bool useDynamicScale = false, RenderTextureMemoryless memoryless = null, string name = "")
Parameters
Type |
Name |
Description |
ScaleFunc |
scaleFunc |
|
System.Int32 |
slices |
|
DepthBits |
depthBufferBits |
|
GraphicsFormat |
colorFormat |
|
FilterMode |
filterMode |
|
TextureWrapMode |
wrapMode |
|
TextureDimension |
dimension |
|
System.Boolean |
enableRandomWrite |
|
System.Boolean |
useMipMap |
|
System.Boolean |
autoGenerateMips |
|
System.Boolean |
isShadowMap |
|
System.Int32 |
anisoLevel |
|
System.Single |
mipMapBias |
|
System.Boolean |
enableMSAA |
|
System.Boolean |
bindTextureMS |
|
System.Boolean |
useDynamicScale |
|
RenderTextureMemoryless |
memoryless |
|
System.String |
name |
|
Returns
Alloc(Vector2, Int32, DepthBits, GraphicsFormat, FilterMode, TextureWrapMode, TextureDimension, Boolean, Boolean, Boolean, Boolean, Int32, Single, Boolean, Boolean, Boolean, RenderTextureMemoryless, String)
Declaration
public RTHandle Alloc(Vector2 scaleFactor, int slices = 1, DepthBits depthBufferBits = DepthBits.None, GraphicsFormat colorFormat = null, FilterMode filterMode = null, TextureWrapMode wrapMode = null, TextureDimension dimension = null, bool enableRandomWrite = false, bool useMipMap = false, bool autoGenerateMips = true, bool isShadowMap = false, int anisoLevel = 1, float mipMapBias = 0F, bool enableMSAA = false, bool bindTextureMS = false, bool useDynamicScale = false, RenderTextureMemoryless memoryless = null, string name = "")
Parameters
Type |
Name |
Description |
Vector2 |
scaleFactor |
|
System.Int32 |
slices |
|
DepthBits |
depthBufferBits |
|
GraphicsFormat |
colorFormat |
|
FilterMode |
filterMode |
|
TextureWrapMode |
wrapMode |
|
TextureDimension |
dimension |
|
System.Boolean |
enableRandomWrite |
|
System.Boolean |
useMipMap |
|
System.Boolean |
autoGenerateMips |
|
System.Boolean |
isShadowMap |
|
System.Int32 |
anisoLevel |
|
System.Single |
mipMapBias |
|
System.Boolean |
enableMSAA |
|
System.Boolean |
bindTextureMS |
|
System.Boolean |
useDynamicScale |
|
RenderTextureMemoryless |
memoryless |
|
System.String |
name |
|
Returns
DemandResize(RTHandle)
Declaration
public void DemandResize(RTHandle rth)
Parameters
Dispose()
Declaration
DumpRTInfo()
Declaration
public string DumpRTInfo()
Returns
Type |
Description |
System.String |
|
GetMaxHeight()
Declaration
public int GetMaxHeight()
Returns
Type |
Description |
System.Int32 |
|
GetMaxWidth()
Declaration
Returns
Type |
Description |
System.Int32 |
|
Initialize(Int32, Int32, Boolean, MSAASamples)
Declaration
public void Initialize(int width, int height, bool scaledRTsupportsMSAA, MSAASamples scaledRTMSAASamples)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
System.Boolean |
scaledRTsupportsMSAA |
|
MSAASamples |
scaledRTMSAASamples |
|
Release(RTHandle)
Declaration
public void Release(RTHandle rth)
Parameters
SetHardwareDynamicResolutionState(Boolean)
Declaration
public void SetHardwareDynamicResolutionState(bool enableHWDynamicRes)
Parameters
Type |
Name |
Description |
System.Boolean |
enableHWDynamicRes |
|
SetReferenceSize(Int32, Int32, MSAASamples)
Declaration
public void SetReferenceSize(int width, int height, MSAASamples msaaSamples)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
MSAASamples |
msaaSamples |
|
SwitchResizeMode(RTHandle, RTHandleSystem.ResizeMode)
Declaration
public void SwitchResizeMode(RTHandle rth, RTHandleSystem.ResizeMode mode)
Parameters
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.