Battle Talent
V11
|
Static Public Member Functions | |
static T | GetCopyOf< T > (this Component comp, T other) |
static float | AngleSigned (Vector3 from, Vector3 to, Vector3 axis) |
static Vector3 | GetBezierPoint (float t, Vector3 start, Vector3 center, Vector3 end, out Vector3 tangent) |
static AnimationClip | GetClip (this Animator animator, string clipName) |
static float | ClipFrames (this AnimationClip clip) |
static void | TryAddAnimationEvent (this Animator animator, string clipName, string eventName, int triggerIndex) |
Add animation event More... | |
|
static |
t | time [0, 1] |
start | start point |
center | center point |
end | end point |
tangent | point tangent |
|
static |
Add animation event
clipName | clip name |
eventName | |
triggerIndex | trigger frame, -1 is the last frame |