swiftlys2/docs/api/ai/
API Reference EntitySystem

EntityOutputHandlerAttribute`1

Class
Namespace: SwiftlyS2.Shared.EntitySystem · Assembly: SwiftlyS2.CS2.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class EntityOutputHandlerAttribute<T> : EntityOutputHandlerAttribute where T : class, ISchemaClass<T>
View source

Constructors

EntityOutputHandlerAttribute(string)

public EntityOutputHandlerAttribute(string outputName)
Parameters