 | InspectorEnumAttributeFlags Property |
Indicates if the enum has a Flags attribute.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool Flags { get; set; }
Public Property Flags As Boolean
Get
Set
public:
property bool Flags {
bool get ();
void set (bool value);
}
member Flags : bool with get, set
Property Value
Type:
Boolean
See Also