Table of Contents

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

componentType Type

The component type to look up.

required Type[]

Output array of required component types.

conflicts Type[]

Output array of conflicting component types.

Returns

bool

true if constraints were found; false otherwise.