 | PropertyFieldSetValue Method |
Converts and sets the current property value.
Namespace: Slash.Unity.Editor.Common.InspectorsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxpublic void SetValue(
Object value
)
Public Sub SetValue (
value As Object
)
public:
void SetValue(
Object^ value
)
member SetValue :
value : Object -> unit
Parameters
- value
- Type: SystemObject
New property value.
See Also