SetRectTransform

SetRectTransform(string, RectTransform)

public bool SetRectTransform(string name, RectTransform value) ;

Description

It wants to set the value of the RectTransform type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetRectTransform(int, RectTransform)

public bool SetRectTransform(int id, RectTransform value) ;

Description

It wants to set the value of the RectTransform type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.