Table of Contents

Class UpdateBeforeAttribute

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

Constructors

UpdateBeforeAttribute(Type)

public UpdateBeforeAttribute(Type systemType)

Parameters

systemType Type

Properties

SystemType

public Type SystemType { get; }

Property Value

Type