├── LICENSE ├── LICENSE.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime ├── Abstractions.meta ├── Abstractions │ ├── InputBufferBase.cs │ ├── InputBufferBase.cs.meta │ ├── InputBufferValueBase.cs │ └── InputBufferValueBase.cs.meta ├── BoolInputBuffer.cs ├── BoolInputBuffer.cs.meta ├── FloatInputBuffer.cs ├── FloatInputBuffer.cs.meta ├── IntInputBuffer.cs ├── IntInputBuffer.cs.meta ├── MadeYellow.InputBuffer.asmdef ├── MadeYellow.InputBuffer.asmdef.meta ├── SimpleInputBuffer.cs ├── SimpleInputBuffer.cs.meta ├── Vector2InputBuffer.cs ├── Vector2InputBuffer.cs.meta ├── Vector3InputBuffer.cs └── Vector3InputBuffer.cs.meta ├── package.json └── package.json.meta /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/LICENSE.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/README.md.meta -------------------------------------------------------------------------------- /Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime.meta -------------------------------------------------------------------------------- /Runtime/Abstractions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/Abstractions.meta -------------------------------------------------------------------------------- /Runtime/Abstractions/InputBufferBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/Abstractions/InputBufferBase.cs -------------------------------------------------------------------------------- /Runtime/Abstractions/InputBufferBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/Abstractions/InputBufferBase.cs.meta -------------------------------------------------------------------------------- /Runtime/Abstractions/InputBufferValueBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/Abstractions/InputBufferValueBase.cs -------------------------------------------------------------------------------- /Runtime/Abstractions/InputBufferValueBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/Abstractions/InputBufferValueBase.cs.meta -------------------------------------------------------------------------------- /Runtime/BoolInputBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/BoolInputBuffer.cs -------------------------------------------------------------------------------- /Runtime/BoolInputBuffer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/BoolInputBuffer.cs.meta -------------------------------------------------------------------------------- /Runtime/FloatInputBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/FloatInputBuffer.cs -------------------------------------------------------------------------------- /Runtime/FloatInputBuffer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/FloatInputBuffer.cs.meta -------------------------------------------------------------------------------- /Runtime/IntInputBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/IntInputBuffer.cs -------------------------------------------------------------------------------- /Runtime/IntInputBuffer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/IntInputBuffer.cs.meta -------------------------------------------------------------------------------- /Runtime/MadeYellow.InputBuffer.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/MadeYellow.InputBuffer.asmdef -------------------------------------------------------------------------------- /Runtime/MadeYellow.InputBuffer.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/MadeYellow.InputBuffer.asmdef.meta -------------------------------------------------------------------------------- /Runtime/SimpleInputBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/SimpleInputBuffer.cs -------------------------------------------------------------------------------- /Runtime/SimpleInputBuffer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/SimpleInputBuffer.cs.meta -------------------------------------------------------------------------------- /Runtime/Vector2InputBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/Vector2InputBuffer.cs -------------------------------------------------------------------------------- /Runtime/Vector2InputBuffer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/Vector2InputBuffer.cs.meta -------------------------------------------------------------------------------- /Runtime/Vector3InputBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/Vector3InputBuffer.cs -------------------------------------------------------------------------------- /Runtime/Vector3InputBuffer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/Runtime/Vector3InputBuffer.cs.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeyellow/InputBuffer/HEAD/package.json.meta --------------------------------------------------------------------------------