Table of Contents

Class EcsGuidAttribute

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = false, Inherited = false)]
public sealed class EcsGuidAttribute : Attribute
Inheritance
EcsGuidAttribute
Inherited Members

Constructors

EcsGuidAttribute(Guid)

public EcsGuidAttribute(Guid guid)

Parameters

guid Guid

EcsGuidAttribute(string)

public EcsGuidAttribute(string guid)

Parameters

guid string

Properties

Id

public Guid Id { get; }

Property Value

Guid

String

public string String { get; }

Property Value

string