Namespace: | Sirenix.Serialization |
Assembly: | Sirenix.Serialization |
public class UnityEventFormatter<T> : ReflectionFormatter<T>, IFormatter<T>, IFormatter where T : UnityEventBase, new()
The type of UnityEvent that this formatter can serialize and deserialize.
public UnityEventFormatter()
protected override T GetUninitializedObject()
T |
An uninitialized object of type |