 | ConditionalFlagsCheck Enumeration |
Indicates how the flags are checked.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic enum ConditionalFlagsCheck
Public Enumeration ConditionalFlagsCheck
public enum class ConditionalFlagsCheck
type ConditionalFlagsCheck
Members
| Member name | Value | Description |
---|
| AllSet | 0 |
All flags of the RequiredConditionValue enum have to be set.
|
| OneSet | 1 |
At least one flag of the RequiredConditionValue enum have to be set.
|
See Also