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

Property<T0,T1>.SetValue

Declaration

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

Parameters

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

Description

Sets the property value of a specified container.