TryGetRectInt

TryGetRectInt(string, out RectInt)

public bool TryGetRectInt(string name, out RectInt value) ;

Description

Get the value of the RectInt type.

Parameters

Parameter Name Description
name Name.
value The value you get.

Returns

The true when there parameters of the specified name.

TryGetRectInt(int, out RectInt)

public bool TryGetRectInt(int id, out RectInt value) ;

Description

Get the value of the RectInt type.

Parameters

Parameter Name Description
id ID.
value The value you get.

Returns

The true when there parameters of the specified name.