三国卡牌客户端基础资源仓库
hch
2 天以前 9b89d57827524ea02d367a717af45e2360319312
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DOTweenPro</name>
    </assembly>
    <members>
        <member name="M:DG.Tweening.Core.ABSAnimationComponent.DORestart">
            <summary>
            Restarts the tween
            </summary>
        </member>
        <member name="M:DG.Tweening.Core.ABSAnimationComponent.DORestart(System.Boolean)">
            <summary>
            Restarts the tween
            </summary>
            <param name="fromHere">If TRUE, re-evaluates the tween's start and end values from its current position.
            Set it to TRUE when spawning the same DOTweenPath in different positions (like when using a pooling system)</param>
        </member>
        <member name="T:DG.Tweening.DOTweenPath">
            <summary>
            Attach this to a GameObject to create and assign a path to it
            </summary>
        </member>
        <member name="E:DG.Tweening.DOTweenPath.OnReset">
            <summary>Used internally by the editor</summary>
        </member>
        <member name="M:DG.Tweening.DOTweenPath.DORestart">
            <summary>
            Restarts the tween
            </summary>
        </member>
        <member name="M:DG.Tweening.DOTweenPath.DORestart(System.Boolean)">
            <summary>
            Restarts the tween
            </summary>
            <param name="fromHere">If TRUE, re-evaluates the tween's start and end values from its current position.
            Set it to TRUE when spawning the same DOTweenPath in different positions (like when using a pooling system)</param>
        </member>
        <member name="M:DG.Tweening.DOTweenPath.DOGotoAndPause(System.Single)">
            <summary>
            Sends the tween to the given time then pauses it
            </summary>
            <param name="time">Time to send the tween to</param>
        </member>
        <member name="M:DG.Tweening.DOTweenPath.DOGotoAndPlay(System.Single)">
            <summary>
            Sends the tween to the given time then plays it
            </summary>
            <param name="time">Time to send the tween to</param>
        </member>
        <member name="M:DG.Tweening.DOTweenPath.DOKillAllById(System.String)">
            <summary>
            Kills all tweens (path/animations/etc.) with the given ID (regardless of their target gameObject)
            </summary>
        </member>
        <member name="M:DG.Tweening.DOTweenPath.GetDrawPoints">
            <summary>
            Returns a list of points that are used to draw the path inside the editor,
            or NULL if the path hasn't been initialized yet or if its tween has been killed
            </summary>
        </member>
        <member name="T:DG.Tweening.Plugins.SpiralPlugin">
            <summary>
            Tweens a Vector3 along a spiral.
            EndValue represents the direction of the spiral
            </summary>
        </member>
        <member name="T:DG.Tweening.SpiralMode">
            <summary>
            Spiral tween mode
            </summary>
        </member>
        <member name="F:DG.Tweening.SpiralMode.Expand">
            <summary>The spiral motion will expand outwards for the whole the tween</summary>
        </member>
        <member name="F:DG.Tweening.SpiralMode.ExpandThenContract">
            <summary>The spiral motion will expand outwards for half the tween and then will spiral back to the starting position</summary>
        </member>
    </members>
</doc>