Class InspectorWideAttribute
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
[AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)]
public sealed class InspectorWideAttribute : Attribute
Constructors
InspectorWideAttribute()
Declaration
public InspectorWideAttribute()
InspectorWideAttribute(bool)
Declaration
public InspectorWideAttribute(bool toEdge)
Parameters
Type | Name | Description |
---|---|---|
bool | toEdge |
Properties
toEdge
Declaration
public bool toEdge { get; }
Property Value
Type | Description |
---|---|
bool |