Click or drag to resize

BufferGetReferenceT Method

Returns a reference to data of type T at offset in the buffer.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public ref T GetReference<T>(
	int offset
)
where T : struct, new(), Object

Parameters

offset
Type: SystemInt32
The offset into the buffer to start reading.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.IO.Buffer.GetReference``1(System.Int32)"]

Return Value

Type: T
A reference to the value in the buffer.

Implements

IDataReferenceReaderGetReferenceT(Int32)
IDataReferenceWriterGetReferenceT(Int32)
See Also