Click or drag to resize
PropertyValueEditorContext Constructor
Initializes a new instance of the PropertyValueEditorContext class

Namespace: Slash.Unity.Common.GUI.ValueEditors
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public PropertyValueEditorContext(
	Object obj,
	PropertyInfo propertyInfo
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Slash.Unity.Common.GUI.ValueEditors.PropertyValueEditorContext.#ctor(System.Object,System.Reflection.PropertyInfo)"]

propertyInfo
Type: System.ReflectionPropertyInfo

[Missing <param name="propertyInfo"/> documentation for "M:Slash.Unity.Common.GUI.ValueEditors.PropertyValueEditorContext.#ctor(System.Object,System.Reflection.PropertyInfo)"]

See Also