| 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.InspectorsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax public static PropertyField[] GetProperties(
Object obj
)
Public Shared Function GetProperties (
obj As Object
) As PropertyField()
public:
static array<PropertyField^>^ GetProperties(
Object^ obj
)
static member GetProperties :
obj : Object -> PropertyField[]
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