Click or drag to resize
ExposeProperties Class
Helper class to show all properties of a mono behaviour which are flagged with the ExposeProperty attribute in the inspector.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Editor.Common.InspectorsExposeProperties

Namespace: Slash.Unity.Editor.Common.Inspectors
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public static class ExposeProperties

The ExposeProperties type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExpose
Draws editor controls for modifying the specified properties.
Public methodStatic memberGetProperties
Gets all properties of the specified object which are flagged with the ExposeProperty attribute and are supported by Unity inspectors.
Top
See Also