Class RTHandleSystem.RTHandle
Inheritance
RTHandleSystem.RTHandle
Syntax
Properties
nameID
Declaration
public RenderTargetIdentifier nameID { get; }
Property Value
Type |
Description |
RenderTargetIdentifier |
|
referenceSize
Declaration
public Vector2Int referenceSize { get; }
Property Value
Type |
Description |
Vector2Int |
|
rt
Declaration
public RenderTexture rt { get; }
Property Value
Type |
Description |
RenderTexture |
|
rtHandleProperties
Declaration
public RTHandleProperties rtHandleProperties { get; }
Property Value
useScaling
Declaration
public bool useScaling { get; }
Property Value
Methods
GetScaledSize(Vector2Int)
Declaration
public Vector2Int GetScaledSize(Vector2Int refSize)
Parameters
Type |
Name |
Description |
Vector2Int |
refSize |
|
Returns
Type |
Description |
Vector2Int |
|
Release()
Declaration
Operators
Implicit(RTHandleSystem.RTHandle to RenderTargetIdentifier)
Declaration
public static implicit operator RenderTargetIdentifier(RTHandleSystem.RTHandle handle)
Parameters
Returns
Type |
Description |
RenderTargetIdentifier |
|
Implicit(RTHandleSystem.RTHandle to RenderTexture)
Declaration
public static implicit operator RenderTexture(RTHandleSystem.RTHandle handle)
Parameters
Returns
Type |
Description |
RenderTexture |
|