Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetValue(ref TContainer)

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

Definition

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

GetValue(T)

object GetValue(ref TContainer container)

Parameters

container

T
The container whose property value will be returned.

Returns

Type

Description

ObjectThe property value of the given container.