Click or drag to resize
ExposePropertiesGetProperties Method
Gets all properties of the specified object which are flagged with the ExposeProperty attribute and are supported by Unity inspectors.

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 PropertyField[] GetProperties(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to get the properties of.

Return Value

Type: PropertyField
All properties of the specified object which are flagged with the ExposeProperty attribute and are supported by Unity inspectors.
See Also