SetId Method
SetId<T>(T, object)
public static T SetId<T>(this T t, object objectId) where T : Tween
Parameters
tTobjectIdobject
Returns
- T
Type Parameters
T
SetId<T>(T, string)
public static T SetId<T>(this T t, string stringId) where T : Tween
Parameters
tTstringIdstring
Returns
- T
Type Parameters
T
SetId<T>(T, int)
public static T SetId<T>(this T t, int intId) where T : Tween
Parameters
tTintIdint
Returns
- T
Type Parameters
T