GetBuffer(string)
Get a named Graphics Buffer value.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public GraphicsBufferHandle GetBuffer(string name)
Parameters
The name of the graphics buffer resource property to return.
Returns
Type | Description |
|---|---|
| GraphicsBufferHandle | Returns the handle of the graphics buffer resource property. |