swiftlys2/docs/api/ai/
API Reference Schemas

ISchemaClass

Interface
Namespace: SwiftlyS2.Shared.Schemas · Assembly: SwiftlyS2.CS2.dll
public interface ISchemaClass : INativeHandle
Implements INativeHandle
View source

Methods

As<K>()

Convert this handle to another type.

K As<K>() where K : class, ISchemaClass<K>
Returns
K
The converted handle.