Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetValue(ref TContainer, object)

Sets the property value of a specified container.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule

SetValue(T, Object)

void SetValue(ref TContainer container, object value)

Parameters

container

T
The container whose property value will be set.

value

The new property value.