Class RTHandle
Inheritance
System.Object
RTHandle
Syntax
Properties
name
Declaration
public string name { get; }
Property Value
Type |
Description |
System.String |
|
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
scaleFactor
Declaration
public Vector2 scaleFactor { get; }
Property Value
useScaling
Declaration
public bool useScaling { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetScaledSize(Vector2Int)
Declaration
public Vector2Int GetScaledSize(Vector2Int refSize)
Parameters
Type |
Name |
Description |
Vector2Int |
refSize |
|
Returns
Type |
Description |
Vector2Int |
|
Release()
Declaration
Operators
Implicit(RTHandle to RenderTargetIdentifier)
Declaration
public static implicit operator RenderTargetIdentifier(RTHandle handle)
Parameters
Returns
Type |
Description |
RenderTargetIdentifier |
|
Implicit(RTHandle to RenderTexture)
Declaration
public static implicit operator RenderTexture(RTHandle handle)
Parameters
Returns
Type |
Description |
RenderTexture |
|
Implicit(RTHandle to Texture)
Declaration
public static implicit operator Texture(RTHandle handle)
Parameters
Returns