SwiftlyS2

EntityInputHandlerAttribute

Class EntityInputHandlerAttribute

Namespace: SwiftlyS2.Shared.EntitySystem

Assembly: SwiftlyS2.CS2.dll

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class EntityInputHandlerAttribute : Attribute

Inheritance

Derived

Inherited Members

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

On this page