Click or drag to resize
PropertyField Constructor
Creates a new wrapper for mono behaviour properties exposed in the Unity inspector.

Namespace: Slash.Unity.Editor.Common.Inspectors
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public PropertyField(
	Object instance,
	PropertyInfo property,
	SerializedPropertyType type
)

Parameters

instance
Type: SystemObject
Object to wrap the property of.
property
Type: System.ReflectionPropertyInfo
Property to wrap.
type
Type: SerializedPropertyType
Type of the property to wrap.
See Also