Version: 2023.2
언어: 한국어

SerializationInfo

class in UnityEditor.Build.Content

매뉴얼로 전환

설명

Container for holding object serialization order information for a build.

Note: this class and its members exist to provide low-level support for the Scriptable Build Pipeline package. This is intended for internal use only; use the Scriptable Build Pipeline package to implement a fully featured build pipeline. You can install this via the Unity Package Manager.

변수

serializationIndexOrder in which the object will be serialized to disk.
serializationObjectSource object to be serialzied to disk.

생성자

SerializationInfoDefault constructor for an empty SerializationInfo.