Class StringProviderAttribute
Inheritance
System.Object
StringProviderAttribute
Namespace: UnityEditor.VFX
Syntax
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class StringProviderAttribute : PropertyAttribute
Constructors
StringProviderAttribute(Type)
Declaration
public StringProviderAttribute(Type providerType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | providerType |
Properties
providerType
Declaration
public Type providerType { get; }
Property Value
Type | Description |
---|---|
System.Type |