Skip to main content
Version: 0.2.0

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

uint

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

Type

RefIdNotifyChanged(int)

public void RefIdNotifyChanged(int id)

Parameters

id int

Serialize(NetDataWriter)

public void Serialize(NetDataWriter writer)

Parameters

writer NetDataWriter

  • Constructors
    • RefIdComponent(uint)
  • Properties
    • RefId
  • Methods
    • Assign(in RefIdComponent)
    • Deserialize(NetDataReader)
    • GetChangeComponent()
    • RefIdNotifyChanged(int)
    • Serialize(NetDataWriter)