SwiftlyS2

EntityOutputHandlerAttribute

Class EntityOutputHandlerAttribute

Namespace: SwiftlyS2.Shared.EntitySystem

Assembly: SwiftlyS2.CS2.dll

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

Inheritance

Derived

Inherited Members

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

On this page