Table of Contents

Class SystemGroupAttribute

Namespace
Ghost.Entities
Assembly
Ghost.Entities.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false)]
public class SystemGroupAttribute : Attribute
Inheritance
SystemGroupAttribute
Inherited Members

Constructors

SystemGroupAttribute(Type)

public SystemGroupAttribute(Type groupType)

Parameters

groupType Type

Properties

GroupType

public Type GroupType { get; }

Property Value

Type