TryGetTransform

TryGetTransform(string, out Transform)

public bool TryGetTransform(string name, out Transform value) ;

Description

Get the value of the Transform type.

Parameters

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

Returns

The true when there parameters of the specified name.

TryGetTransform(int, out Transform)

public bool TryGetTransform(int id, out Transform value) ;

Description

Get the value of the Transform type.

Parameters

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

Returns

The true when there parameters of the specified name.