Table of Contents

Struct IntInput

Namespace
Coherence.Generated
Assembly
Coherence.Common.Tests.dll
public struct IntInput : IEntityInput, IEntityMessage
Implements

Constructors

IntInput(Entity, long, int, bool)

public IntInput(Entity entity, long frame, int intField, bool isRemoteInput)

Parameters

entity Entity
frame long
intField int
isRemoteInput bool

Fields

intField

public int intField

Field Value

int

Properties

Entity

public Entity Entity { readonly get; set; }

Property Value

Entity

Frame

public long Frame { readonly get; set; }

Property Value

long

Routing

public MessageTarget Routing { readonly get; set; }

Property Value

MessageTarget

Sender

public uint Sender { readonly get; set; }

Property Value

uint

Methods

Clone()

public IEntityMessage Clone()

Returns

IEntityMessage

Deserialize(IInProtocolBitStream, Entity, long)

public static IntInput Deserialize(IInProtocolBitStream bitStream, Entity entity, long frame)

Parameters

bitStream IInProtocolBitStream
entity Entity
frame long

Returns

IntInput

Equals(IntInput)

public bool Equals(IntInput other)

Parameters

other IntInput

Returns

bool

FromInterop(IntPtr, int)

public static IntInput FromInterop(IntPtr data, int dataSize)

Parameters

data IntPtr
dataSize int

Returns

IntInput

GetComponentType()

public uint GetComponentType()

Returns

uint

GetEntityRefs()

public HashSet<Entity> GetEntityRefs()

Returns

HashSet<Entity>

MapToAbsolute(IEntityMapper, Logger)

public IEntityMapper.Error MapToAbsolute(IEntityMapper mapper, Logger logger)

Parameters

mapper IEntityMapper
logger Logger

Returns

IEntityMapper.Error

MapToRelative(IEntityMapper, Logger)

public IEntityMapper.Error MapToRelative(IEntityMapper mapper, Logger logger)

Parameters

mapper IEntityMapper
logger Logger

Returns

IEntityMapper.Error

NullEntityRefs(Entity)

public void NullEntityRefs(Entity entity)

Parameters

entity Entity

Serialize(IntInput, IOutProtocolBitStream)

public static void Serialize(IntInput inputData, IOutProtocolBitStream bitStream)

Parameters

inputData IntInput
bitStream IOutProtocolBitStream

ToString()

public override string ToString()

Returns

string