示例#1
0
 /// <summary>Controll item's branch (item with child and child of child of ... etc.) manualy</summary>
 /// <param name="value">time between 0 and 1</param>
 /// <param name="direction">use tween with specified direction</param>
 public void EvaluateBranch(float value, ItemKey direction)
 {
     TSSItemBase.EvaluateBranch(this, value, direction);
 }
示例#2
0
 /// <summary>Controll item's branch (item with child and child of child of ... etc.) manualy</summary>
 /// <param name="value">time between 0 and 1</param>
 public void EvaluateBranch(float value)
 {
     TSSItemBase.EvaluateBranch(this, value);
 }