MakeSerializableAttribute(Type)
The constructor for the MakeSerializable attribute.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public MakeSerializableAttribute(Type type)
Parameters
The type to register as serializeable.
Remarks
Mark a type as Serializable.
Additional Resources: MakeSerializable.