Click or drag to resize
PropertyFieldSetValue Method
Converts and sets the current property value.

Namespace: Slash.Unity.Editor.Common.Inspectors
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public void SetValue(
	Object value
)

Parameters

value
Type: SystemObject
New property value.
See Also