Interface IConstraintable<T>
Namespace: Xareus.Scenarios.Unity.Providers
Assembly: Xareus.Scenarios.Unity.dll
Syntax
public interface IConstraintable<in T> : IConstraintable
Type Parameters
Name | Description |
---|---|
T |
Methods
HandleConstraint(T)
Allows setting the type of elements in the field
Declaration
void HandleConstraint(T receivedValue)
Parameters
Type | Name | Description |
---|---|---|
T | receivedValue | new type of elements in the field |