Method AllocHistoryFrameRT
AllocHistoryFrameRT(int, Func<string, int, RTHandleSystem, RTHandle>, int)
Allocates a history RTHandle with the unique identifier id.
선언
public RTHandle AllocHistoryFrameRT(int id, Func<string, int, RTHandleSystem, RTHandle> allocator, int bufferCount)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| 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. |
반환
| 타입 | 설명 |
|---|---|
| RTHandle | A new RTHandle. |