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
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
IsDiscoveredNotifyChanged(int)
public void IsDiscoveredNotifyChanged(int id)
Parameters
id int
Serialize(NetDataWriter)
public void Serialize(NetDataWriter writer)
Parameters
writer NetDataWriter