Interface IHasSerializableID
If an object needs to have its ID serialized, it must inherit from this instead.
Inherited Members
Namespace: Eco.Core.Systems
Assembly: Eco.Core.dll
Syntax
public interface IHasSerializableID : IHasUniversalID
Properties
SerializedID
Declaration
[DontClone]
virtual int SerializedID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |