mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00
fix for support 7.3
This commit is contained in:
parent
dc7e1631a4
commit
a863d6ee81
@ -7,14 +7,14 @@ namespace DCFApixels.DragonECS
|
||||
public interface IMetaColor
|
||||
{
|
||||
#region Properties
|
||||
public byte R { get; }
|
||||
public byte G { get; }
|
||||
public byte B { get; }
|
||||
public byte A { get; }
|
||||
public float FloatR { get; }
|
||||
public float FloatG { get; }
|
||||
public float FloatB { get; }
|
||||
public float FloatA { get; }
|
||||
byte R { get; }
|
||||
byte G { get; }
|
||||
byte B { get; }
|
||||
byte A { get; }
|
||||
float FloatR { get; }
|
||||
float FloatG { get; }
|
||||
float FloatB { get; }
|
||||
float FloatA { get; }
|
||||
#endregion
|
||||
}
|
||||
[AttributeUsage(AttributeTargets.Struct | AttributeTargets.Class | AttributeTargets.Interface, Inherited = false, AllowMultiple = false)]
|
||||
|
Loading…
Reference in New Issue
Block a user