Table of Contents

Class SystemDataAttribute

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll

Code analysis attribute for SystemBase data types.

[AttributeUsage(AttributeTargets.Struct)]
public sealed class SystemDataAttribute : Attribute
Inheritance
SystemDataAttribute
Inherited Members

Constructors

SystemDataAttribute(Type)

public SystemDataAttribute(Type system)

Parameters

system Type

Properties

Type

public Type Type { get; }

Property Value

Type