Version 3.3.0.1

KeyframeFormatter class

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

Constructors

KeyframeFormatter()
public KeyframeFormatter()

Methods

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

The value to read into.

Sirenix.Serialization.IDataReader reader

The reader to use.

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

The value to write from.

Sirenix.Serialization.IDataWriter writer

The writer to use.