Struct RefIdComponent
Namespace: ReadyM.Relay.Common.Oblivion.ECS.Components
Assembly: ReadyM.Relay.Common.Oblivion.dll
public struct RefIdComponent : IComponent, INetSerializable
Implements
IComponent, INetSerializable
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RefIdComponent(uint)
public RefIdComponent(uint refId)
Parameters
refId uint
Properties
RefId
public uint RefId { get; set; }
Property Value
Methods
Assign(in RefIdComponent)
public void Assign(in RefIdComponent value)
Parameters
value RefIdComponent
Deserialize(NetDataReader)
public void Deserialize(NetDataReader reader)
Parameters
reader NetDataReader
GetChangeComponent()
public Type GetChangeComponent()
Returns
RefIdNotifyChanged(int)
public void RefIdNotifyChanged(int id)
Parameters
id int
Serialize(NetDataWriter)
public void Serialize(NetDataWriter writer)
Parameters
writer NetDataWriter