Click or drag to resize
EntityConfigurationBehaviourOnBeforeSerialize Method
Prepares this entity configuration for serialization by Unity.

Namespace: Slash.Unity.Common.ECS
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void OnBeforeSerialize()

Implements

ISerializationCallbackReceiver.OnBeforeSerialize
See Also