Class GuidComponent
Class GuidComponent.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
[ExecuteInEditMode]
[DisallowMultipleComponent]
public class GuidComponent : MonoBehaviour, ISerializationCallbackReceiver
Methods
GetGuid()
Gets the unique identifier.
Declaration
public Guid GetGuid()
Returns
Type | Description |
---|---|
Guid | System.Guid. |
OnAfterDeserialize()
Called when [after deserialize].
Declaration
public void OnAfterDeserialize()
Implements
OnBeforeSerialize()
Called when [before serialize].
Declaration
public void OnBeforeSerialize()
Implements
OnDestroy()
Called when [destroy].
Declaration
public void OnDestroy()