Struct OutgoingCommandDataStreamBufferComponent
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("OutgoingCommandDataStreamBufferComponent has been deprecated. Use OutgoingCommandDataStreamBuffer instead (UnityUpgradable) -> OutgoingCommandDataStreamBuffer", true)]
public struct OutgoingCommandDataStreamBufferComponent : IBufferElementData
Fields
Value
The buffer content
Declaration
public byte Value
Field Value
Type | Description |
---|---|
byte |
Implements
Unity.Entities.IBufferElementData