Class EcsGuidAttribute
[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
String
public string String { get; }