Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

IProperty<T0>.SetValue

Declaration

public void SetValue(ref TContainer container, object value);

Parameters

container The container whose property value will be set.
value The new property value.

Returns

void true if the value was set; otherwise, false.

Description

Sets the property value of a specified container.