言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

ISerializationCallbackReceiver

Namespace: UnityEngine

/

Description

Interface to receive callbacks upon serialization and deserialization.

Functions

OnAfterDeserialize See ISerializationCallbackReceiver.OnBeforeSerialize for documentation on how to use this method.
OnBeforeSerialize Implement this method to receive a callback after unity serialized your object.