ISchemaClassFixedArray
Interface ISchemaClassFixedArray
Namespace: SwiftlyS2.Shared.Schemas
Assembly: SwiftlyS2.CS2.dll
public interface ISchemaClassFixedArray<T> : ISchemaField, INativeHandle where T : class, ISchemaClass<T>Type Parameters
- T
Implements
Properties
ElementAlignment
int ElementAlignment { get; }Property Value
ElementCount
int ElementCount { get; }Property Value
ElementSize
int ElementSize { get; }Property Value
this
T this[int index] { get; }Property Value
- T