SwiftlyS2

CUtlMemoryFixedGrowable

Struct CUtlMemoryFixedGrowable

Namespace: SwiftlyS2.Shared.Natives

Assembly: SwiftlyS2.CS2.dll

public struct CUtlMemoryFixedGrowable<T, TBuffer> where T : unmanaged where TBuffer : unmanaged
Type Parameters
  • T
  • TBuffer

Inherited Members

Constructors

CUtlMemoryFixedGrowable(int, int)

public CUtlMemoryFixedGrowable(int size, int growSize = 0)
Parameters

Properties

AllocationCount

public readonly int AllocationCount { get; }
Property Value

Base

public readonly nint Base { get; }
Property Value

On this page