Delegate ComponentValidationManager.TryGetConstraintsDelegate
- Namespace
- KeenEyes
- Assembly
- KeenEyes.Core.dll
Delegate type for the generated TryGetConstraints method.
public delegate bool ComponentValidationManager.TryGetConstraintsDelegate(Type componentType, out Type[] required, out Type[] conflicts)
Parameters
componentTypeTypeThe component type to look up.
requiredType[]Output array of required component types.
conflictsType[]Output array of conflicting component types.
Returns
- bool
trueif constraints were found;falseotherwise.