Click or drag to resize
ExposePropertyAttribute Class
Exposes the property in the Unity inspector. Use in conjunction with Slash.Unity.Editor.Common.Inspectors.ExposeProperties.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slash.Unity.Common.AttributesExposePropertyAttribute

Namespace: Slash.Unity.Common.Attributes
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class ExposePropertyAttribute : Attribute

The ExposePropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodExposePropertyAttribute
Initializes a new instance of the ExposePropertyAttribute class
Top
See Also