Class RenderGraphObjectPool
Inheritance
System.Object
RenderGraphObjectPool
Syntax
public sealed class RenderGraphObjectPool
Methods
Get<T>()
Declaration
public T Get<T>()
where T : new()
Returns
Type Parameters
GetTempArray<T>(Int32)
Declaration
public T[] GetTempArray<T>(int size)
Parameters
| Type |
Name |
Description |
| System.Int32 |
size |
|
Returns
Type Parameters
GetTempMaterialPropertyBlock()
Declaration
public MaterialPropertyBlock GetTempMaterialPropertyBlock()
Returns
| Type |
Description |
| MaterialPropertyBlock |
|
Release<T>(T)
Declaration
public void Release<T>(T value)
where T : new()
Parameters
| Type |
Name |
Description |
| T |
value |
|
Type Parameters