Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SeekSet(int)

Sets the current position of this stream to the given value. An error will be logged if pos is outside the length of the stream. The read position is set to the start of the given byte.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public void SeekSet(int pos)

Parameters

pos

Absolute byte offset to seek to.