Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

name

The name of the graphics buffer resource property to return.

Returns

Type

Description

GraphicsBufferHandleReturns the handle of the graphics buffer resource property.