Show / Hide Table of Contents

Class ArrayPools

Inheritance
System.Object
ArrayPools
Namespace: Eco.Shared.Pools
Assembly: Eco.Shared.dll
Syntax
public static class ArrayPools : Object

Fields

BlockColorPool

Declaration
public static FixedSizePool<ByteColor[]> BlockColorPool
Field Value
Type Description
FixedSizePool<ByteColor[]>

BlockExtraPool

Declaration
public static FixedSizePool<byte[]> BlockExtraPool
Field Value
Type Description
FixedSizePool<System.Byte[]>

BlockTypesPool

Declaration
public static FixedSizePool<ushort[]> BlockTypesPool
Field Value
Type Description
FixedSizePool<System.UInt16[]>
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾