Click or drag to resize

ContextPathAttribute Class

Use this attribute on a path field which should be visualized with the PathPropertyDrawer.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    UnityEnginePropertyAttribute
      Slash.Unity.DataBind.Core.UtilsContextPathAttribute

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ContextPathAttribute : PropertyAttribute

The ContextPathAttribute type exposes the following members.

Constructors
  NameDescription
Public methodContextPathAttribute
Constructor.
Top
Properties
  NameDescription
Public propertyFilter
Determines which members of the context should be selectable.
Public propertyPathDisplayName
Name to show next to the selected path in the inspector.
Top
See Also