# GetConstantBuffer(string)

> Get a named Constant Buffer value.

## Definition

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

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

### Parameters

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

### Returns

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