ReplayState.Write Method

Ultimate Replay

ReplayStateWrite Method
Overload List
  Name Description
Public method Write(Boolean)
Write a bool to the state.
Public method Write(Byte)
Write a byte to the state.
Public method Write(Byte)
Write a byte array to the state.
Public method Write(Int16)
Write a short to the state.
Public method Write(Int32)
Write an int to the state.
Public method Write(Single)
Write a float to the state.
Public method Write(String)
Write a string to the state.
Public method Write(Color)
Write a colour to the state.
Public method Write(Color32)
Write a colour32 value to the state.
Public method Write(Quaternion)
Write a quaternion to the state.
Public method Write(Vector2)
Write a vector2 to the state.
Public method Write(Vector3)
Write a vector3 to the state.
Public method Write(Vector4)
Write a vector4 to the state.
Public method Write(ReplayIdentity)
Write the specified replay identity to this ReplayState.
Public method Write(ReplayState)
Write the entire contents of a ReplayState to this ReplayState. All bytes will be appended.
Public method Write(Byte, Int32, Int32)
Write a byte array to the state using an offset position and length.
Top
See Also