Interface IPoolElement
Namespace: Unity.Collections
Syntax
public interface IPoolElement
Properties
IsAllocated
Declaration
bool IsAllocated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NextFree
Declaration
int NextFree { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
MarkFree(Int32)
Declaration
void MarkFree(int nextFree)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nextFree |