Class ValueAttribute
Allows the customisation of the SystemObjectInspector by displaying just the value
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class ValueAttribute : Attribute, _Attribute