AttributeType Enumeration
Specifies the value type of a value in an AttributeSet.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum AttributeType
Values
Value name | Value | Description |
---|---|---|
Unknown | 0 | Indicates that the attribute type is unknown. |
Int | 1 | Indicates that the attribute is a 64-bit signed integer. |
Atom | 2 | Indicates that the attribute is an Atom. |
Double | 3 | Indicates that the attribute is a 64-bit floating point number. |
String | 4 | Indicates that the attribute is a String (not available in C#). |
Bool | 5 | Indicates that the attribute is a boolean. |
Platforms
Windows, Linux, Android