Version 3.3.0.2

Vector3IntFormatter class

Namespace: Sirenix.Serialization
Assembly: Sirenix.Serialization
public class Vector3IntFormatter : MinimalBaseFormatter<Vector3Int>, IFormatter<Vector3Int>, IFormatter
Custom formatter for the UnityEngine.Vector3Int type.
Inheritance

Constructors

Vector3IntFormatter()
public Vector3IntFormatter()

Methods

Read(ref Vector3Int, IDataReader)
Reads into the specified value using the specified reader.
protected override void Read(ref Vector3Int value, IDataReader reader)
Parameters
UnityEngine.Vector3Int value

The value to read into.

Sirenix.Serialization.IDataReader reader

The reader to use.

Write(ref Vector3Int, IDataWriter)
Writes from the specified value using the specified writer.
protected override void Write(ref Vector3Int value, IDataWriter writer)
Parameters
UnityEngine.Vector3Int value

The value to write from.

Sirenix.Serialization.IDataWriter writer

The writer to use.