This version of Unity is unsupported.

Parameters

container The container whose property value will be returned.
name The name of the property to get.

Returns

TValue The value for the specified name.

Description

Gets the value of a property by name.


Parameters

container The container whose property value will be returned.
path The path of the property to get.

Returns

TValue The value at the specified path.

Description

Gets the value of a property by path.