Class ProvideConstraintAttribute
Attribute that can be added to a sensor or effector field to indicate that another field is providing a useful information
Namespace: Xareus.Scenarios.Unity.Providers
Assembly: Xareus.Scenarios.Unity.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class ProvideConstraintAttribute : Attribute
Constructors
ProvideConstraintAttribute(object)
Constructor for SetValueAttribute
Declaration
public ProvideConstraintAttribute(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value | Desiderd value to provide |
Fields
value
Label of the FunctionEditElement that can provide information
Declaration
public readonly object value
Field Value
Type | Description |
---|---|
object |