Click or drag to resize
ConditionalFlagsCheck Enumeration
Indicates how the flags are checked.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public enum ConditionalFlagsCheck
Members
  Member nameValueDescription
AllSet0 All flags of the RequiredConditionValue enum have to be set.
OneSet1 At least one flag of the RequiredConditionValue enum have to be set.
See Also