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