IDataReferenceWriterGetReferenceT Method |
Returns a reference to data of type T at the specified offset.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxref T GetReference<T>(
int offset
)
where T : struct, new()
Parameters
- offset Int32
- The offset into the buffer to access.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Demo3D.IO.IDataReferenceWriter.GetReference``1(System.Int32)"]
Return Value
TA reference to the value in the buffer.
See Also