 | InspectorConditionalFlagsPropertyAttributeCheck Property |
Indicates how the flags are checked.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic ConditionalFlagsCheck Check { get; set; }
Public Property Check As ConditionalFlagsCheck
Get
Set
public:
property ConditionalFlagsCheck Check {
ConditionalFlagsCheck get ();
void set (ConditionalFlagsCheck value);
}
member Check : ConditionalFlagsCheck with get, set
Property Value
Type:
ConditionalFlagsCheck
See Also