CUtlMemoryFixedGrowable
Struct CUtlMemoryFixedGrowable
Namespace: SwiftlyS2.Shared.Natives
Assembly: SwiftlyS2.CS2.dll
public struct CUtlMemoryFixedGrowable<T, TBuffer> where T : unmanaged where TBuffer : unmanagedType Parameters
- T
- TBuffer
Inherited Members
- object.Equals(object?)
- object.Equals(object?, object?)
- object.GetHashCode()
- object.GetType()
- object.ReferenceEquals(object?, object?)
- object.ToString()
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