示例#1
0
 /// <summary>
 /// Gets the List of components contained inside the UniTweenTarget
 /// </summary>
 /// <param name="uniTweenTarget">Wrapper that contains a List of the component that this TweenData can tween.</param>
 /// <returns></returns>
 public object GetComponent(UniTweenObject.UniTweenTarget uniTweenTarget)
 {
     return(uniTweenTarget.GetType().GetField("components").GetValue(uniTweenTarget));
 }