SetTransform

SetTransform(string, Transform)

public bool SetTransform(string name, Transform value) ;

Description

It wants to set the value of the Transform type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetTransform(int, Transform)

public bool SetTransform(int id, Transform value) ;

Description

It wants to set the value of the Transform type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.