Table of Contents

Struct BoolInput

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

Constructors

BoolInput(Entity, long, bool, bool)

public BoolInput(Entity entity, long frame, bool boolField, bool isRemoteInput)

Parameters

entity Entity
frame long
boolField bool
isRemoteInput bool

Fields

boolField

public bool boolField

Field Value

bool

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 BoolInput Deserialize(IInProtocolBitStream bitStream, Entity entity, long frame)

Parameters

bitStream IInProtocolBitStream
entity Entity
frame long

Returns

BoolInput

Equals(BoolInput)

public bool Equals(BoolInput other)

Parameters

other BoolInput

Returns

bool

FromInterop(IntPtr, int)

public static BoolInput FromInterop(IntPtr data, int dataSize)

Parameters

data IntPtr
dataSize int

Returns

BoolInput

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(BoolInput, IOutProtocolBitStream)

public static void Serialize(BoolInput inputData, IOutProtocolBitStream bitStream)

Parameters

inputData BoolInput
bitStream IOutProtocolBitStream

ToString()

public override string ToString()

Returns

string