Class ComponentInterfaceAttribute
Indicates the interface is a component interface or world.
Assembly: WaaS.Core.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Interface)]
public class ComponentInterfaceAttribute : Attribute
Inheritance: System.Object
-> System.Attribute
Properties
Name
View Source
Declaration
public string Name { get; }