swiftlys2/docs/api/ai/
API Reference EntitySystem

EntityOutputHandlerAttribute

Class
Namespace: SwiftlyS2.Shared.EntitySystem · Assembly: SwiftlyS2.CS2.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class EntityOutputHandlerAttribute : Attribute
Inherits object, Attribute
View source

Constructors

EntityOutputHandlerAttribute(string, string)

public EntityOutputHandlerAttribute(string designerName, string outputName)
Parameters

Properties

DesignerName

public string DesignerName { get; set; }
Property Value

OutputName

public string OutputName { get; set; }
Property Value