Method AllocHistoryFrameRT
AllocHistoryFrameRT(int, Func<string, int, RTHandleSystem, RTHandle>, int)
Allocates a history RTHandle with the unique identifier id.
Declaration
public RTHandle AllocHistoryFrameRT(int id, Func<string, int, RTHandleSystem, RTHandle> allocator, int bufferCount)
Parameters
Type | Name | Description |
---|---|---|
int | id | Unique id for this history buffer. |
Func<string, int, RTHandleSystem, RTHandle> | allocator | Allocator function for the history RTHandle. |
int | bufferCount | Number of buffer that should be allocated. |
Returns
Type | Description |
---|---|
RTHandle | A new RTHandle. |