Class RTHandleSystem.RTHandle
Inheritance
System.Object
RTHandleSystem.RTHandle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
|
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(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 |
|