Class SerializableActionDoor
Implements ActionDoor serialization. Should be attached to every DaggerfallActionDoor GameObject.
Inheritance
SerializableActionDoor
Assembly: Assembly-CSharp.dll
Syntax
public class SerializableActionDoor : MonoBehaviour, ISerializableGameObject
Properties
|
Improve this Doc
View Source
LoadID
Declaration
public ulong LoadID { get; }
Property Value
|
Improve this Doc
View Source
ShouldSave
Declaration
public bool ShouldSave { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetSaveData()
Declaration
public object GetSaveData()
Returns
|
Improve this Doc
View Source
RestoreSaveData(Object)
Declaration
public void RestoreSaveData(object dataIn)
Parameters
Type |
Name |
Description |
Object |
dataIn |
|
Implements
Extension Methods
MBExtensions.Invoke<T1, T2, T3, T4>(MonoBehaviour, Action<T1, T2, T3, T4>, T1, T2, T3, T4, Single)