Struct IncomingSnapshotDataStreamBufferComponent
Temporary type, used to upgrade to new component type, to be removed before final 1.0
Implements
IBufferElementData
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
[Obsolete("IncomingSnapshotDataStreamBufferComponent has been deprecated. Use IncomingSnapshotDataStreamBuffer instead (UnityUpgradable) -> IncomingSnapshotDataStreamBuffer", true)]
public struct IncomingSnapshotDataStreamBufferComponent : IBufferElementData
Fields
Value
The buffer content
Declaration
public byte Value
Field Value
Type | Description |
---|---|
byte |
Implements
Unity.Entities.IBufferElementData