# GetBuffer(string)

> Get a named Graphics Buffer value.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public GraphicsBufferHandle GetBuffer(string name)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The name of the graphics buffer resource property to return.

### Returns

| Type                                                                                        | Description                                                  |
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [GraphicsBufferHandle](/engine/6000.6/script-reference/unityengine/graphicsbufferhandle.md) | Returns the handle of the graphics buffer resource property. |
