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

Property<T0,T1>.GetValue

Declaration

public TValue GetValue(ref TContainer container);

Parameters

container The container whose property value will be returned.

Returns

TValue The property value of the given container.

Description

Returns the property value of a specified container.