Skip to main content
Version: 0.2.0

Struct CellDiscoveryComponent

Namespace: ReadyM.Relay.Common.Oblivion.ECS.Components
Assembly: ReadyM.Relay.Common.Oblivion.dll

public struct CellDiscoveryComponent : IComponent, INetSerializable

Implements

IComponent, INetSerializable

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

IsDiscovered

public bool IsDiscovered { get; set; }

Property Value

bool

Methods

Assign(in CellDiscoveryComponent)

public void Assign(in CellDiscoveryComponent value)

Parameters

value CellDiscoveryComponent

Deserialize(NetDataReader)

public void Deserialize(NetDataReader reader)

Parameters

reader NetDataReader

GetChangeComponent()

public Type GetChangeComponent()

Returns

Type

IsDiscoveredNotifyChanged(int)

public void IsDiscoveredNotifyChanged(int id)

Parameters

id int

Serialize(NetDataWriter)

public void Serialize(NetDataWriter writer)

Parameters

writer NetDataWriter

  • Properties
    • IsDiscovered
  • Methods
    • Assign(in CellDiscoveryComponent)
    • Deserialize(NetDataReader)
    • GetChangeComponent()
    • IsDiscoveredNotifyChanged(int)
    • Serialize(NetDataWriter)