Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

type

The type to register as serializeable.

Remarks

Mark a type as Serializable.
Additional Resources: MakeSerializable.