Interface IInputBufferData
Interface used to handle automatic input command data setup with the IInputComponentData style inputs. This is used internally by code generation, don't use this directly.
Inherited Members
Namespace: Unity.NetCode
Syntax
[Obsolete("The IInputBufferData interface has been deprecated. It was meant for internal use and any reference to it is considered an error. Please always use ICommandData instead", true)]
public interface IInputBufferData : ICommandData, IBufferElementData