swiftlys2/docs/api/ai/
API Reference Schemas

ISchemaClassFixedArray`1

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

Properties

ElementAlignment

int ElementAlignment { get; }
Property Value

ElementCount

int ElementCount { get; }
Property Value

ElementSize

int ElementSize { get; }
Property Value

this[int]

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