Click or drag to resize
ExposePropertiesExpose Method
Draws editor controls for modifying the specified properties.

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 void Expose(
	IEnumerable<PropertyField> properties
)

Parameters

properties
Type: System.Collections.GenericIEnumerablePropertyField
Properties to draw inspector controls for.
See Also