Struct IntInput
- Namespace
- Coherence.Generated
- Assembly
- Coherence.Common.Tests.dll
public struct IntInput : IEntityInput, IEntityMessage
- Implements
-
Constructors
public IntInput(Entity entity, long frame, int intField, bool isRemoteInput)
Parameters
entity
Entity
frame
long
intField
int
isRemoteInput
bool
Fields
Field Value
- int
Properties
public Entity Entity { readonly get; set; }
Property Value
- Entity
public long Frame { readonly get; set; }
Property Value
- long
public MessageTarget Routing { readonly get; set; }
Property Value
- MessageTarget
public uint Sender { readonly get; set; }
Property Value
- uint
Methods
public IEntityMessage Clone()
Returns
- IEntityMessage
public static IntInput Deserialize(IInProtocolBitStream bitStream, Entity entity, long frame)
Parameters
bitStream
IInProtocolBitStream
entity
Entity
frame
long
Returns
- IntInput
public bool Equals(IntInput other)
Parameters
other
IntInput
Returns
- bool
public static IntInput FromInterop(IntPtr data, int dataSize)
Parameters
data
IntPtr
dataSize
int
Returns
- IntInput
public uint GetComponentType()
Returns
- uint
public HashSet<Entity> GetEntityRefs()
Returns
- HashSet<Entity>
public IEntityMapper.Error MapToAbsolute(IEntityMapper mapper, Logger logger)
Parameters
mapper
IEntityMapper
logger
Logger
Returns
- IEntityMapper.Error
public IEntityMapper.Error MapToRelative(IEntityMapper mapper, Logger logger)
Parameters
mapper
IEntityMapper
logger
Logger
Returns
- IEntityMapper.Error
public void NullEntityRefs(Entity entity)
Parameters
entity
Entity
public static void Serialize(IntInput inputData, IOutProtocolBitStream bitStream)
Parameters
inputData
IntInput
bitStream
IOutProtocolBitStream
public override string ToString()
Returns
- string