Class InspectableAttribute
Inheritance
InspectableAttribute
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class InspectableAttribute : Attribute, _Attribute
Constructors
InspectableAttribute(string, object, string)
Declaration
public InspectableAttribute(string labelName, object defaultValue, string customStyleName = "")
Parameters
Properties
customStyleName
Declaration
public string customStyleName { get; }
Property Value
defaultValue
Declaration
public object defaultValue { get; }
Property Value
labelName
Declaration
public string labelName { get; }
Property Value
Implements