swiftlys2/docs/api/ai/
API Reference EntitySystem

EntityInputHandlerAttribute

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

Constructors

EntityInputHandlerAttribute(string, string)

public EntityInputHandlerAttribute(string designerName, string inputName)
Parameters

Properties

DesignerName

public string DesignerName { get; set; }
Property Value

InputName

public string InputName { get; set; }
Property Value