SwiftlyS2

ISchemaFixedArray

Interface ISchemaFixedArray

Namespace: SwiftlyS2.Shared.Schemas

Assembly: SwiftlyS2.CS2.dll

public interface ISchemaFixedArray<T> : ISchemaField, INativeHandle where T : unmanaged
Type Parameters
  • T

Implements

Properties

ElementAlignment

int ElementAlignment { get; }
Property Value

ElementCount

int ElementCount { get; }
Property Value

ElementSize

int ElementSize { get; }
Property Value

this

ref T this[int index] { get; }
Property Value
  • T

On this page