swiftlys2/docs/api/ai/
API Reference Schemas

ISchemaFixedArray`1

Interface
Namespace: SwiftlyS2.Shared.Schemas · Assembly: SwiftlyS2.CS2.dll
public interface ISchemaFixedArray<T> : ISchemaField, INativeHandle where T : unmanaged
View source

Properties

ElementAlignment

int ElementAlignment { get; }
Property Value

ElementCount

int ElementCount { get; }
Property Value

ElementSize

int ElementSize { get; }
Property Value

this[int]

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