| ExposePropertiesExpose Method |
Draws editor controls for modifying the specified properties.
Namespace: Slash.Unity.Editor.Common.InspectorsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax public static void Expose(
IEnumerable<PropertyField> properties
)
Public Shared Sub Expose (
properties As IEnumerable(Of PropertyField)
)
public:
static void Expose(
IEnumerable<PropertyField^>^ properties
)
static member Expose :
properties : IEnumerable<PropertyField> -> unit
Parameters
- properties
- Type: System.Collections.GenericIEnumerablePropertyField
Properties to draw inspector controls for.
See Also