Interface IPoolObject<T>
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Represents a pooled object wrapper that exposes the underlying value and its active state.
public interface IPoolObject<out T>
Type Parameters
TThe type of the pooled object.
- Extension Methods
Properties
- IsActive
Gets a value indicating whether this pool object is currently active.
- Value
Gets the underlying pooled value.