Operator implicit operator
implicit operator RenderTargetIdentifier(RTHandle)
Implicit conversion operator to RenderTargetIdentifier
Declaration
public static implicit operator RenderTargetIdentifier(RTHandle handle)
Parameters
Type | Name | Description |
---|---|---|
RTHandle | handle | Input RTHandle |
Returns
Type | Description |
---|---|
RenderTargetIdentifier | RenderTargetIdentifier representation of the RTHandle. |
implicit operator Texture(RTHandle)
Implicit conversion operator to Texture
Declaration
public static implicit operator Texture(RTHandle handle)
Parameters
Type | Name | Description |
---|---|---|
RTHandle | handle | Input RTHandle |
Returns
Type | Description |
---|---|
Texture | Texture representation of the RTHandle. |
implicit operator RenderTexture(RTHandle)
Implicit conversion operator to RenderTexture
Declaration
public static implicit operator RenderTexture(RTHandle handle)
Parameters
Type | Name | Description |
---|---|---|
RTHandle | handle | Input RTHandle |
Returns
Type | Description |
---|---|
RenderTexture | RenderTexture representation of the RTHandle. |