|
|
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 bool | GetParamNameHash (this Animator animator, string paramName, ref int hash) |
| |
|
static void | NetworkDebug (string log, Peer peer=Peer.Both, LogType logtype=LogType.Log) |
| |
|
static float | ToDecibels (float multiplier) |
| |
|
static float | FromDecibels (float db) |
| |
| static float | GetVoiceMlp (float volume) |
| | Local Mircophone voice volume range (0, 1) More...
|
| |