◆ Add()
static Color JSAM.JSAMExtensions.Add |
( |
this Color |
thisColor, |
|
|
Color |
otherColor |
|
) |
| |
|
static |
◆ Clamp< T >()
static T JSAM.JSAMExtensions.Clamp< T > |
( |
this T |
val, |
|
|
T |
min, |
|
|
T |
max |
|
) |
| |
|
static |
◆ Contains()
static bool JSAM.JSAMExtensions.Contains |
( |
this LayerMask |
mask, |
|
|
int |
layer |
|
) |
| |
|
static |
◆ ConvertToAlphanumeric()
static string JSAM.JSAMExtensions.ConvertToAlphanumeric |
( |
this string |
input, |
|
|
bool |
allowPeriods = false |
|
) |
| |
|
static |
◆ InverseLerpUnclamped()
static float JSAM.JSAMExtensions.InverseLerpUnclamped |
( |
float |
min, |
|
|
float |
max, |
|
|
float |
value |
|
) |
| |
|
static |
◆ IsNullEmptyOrWhiteSpace()
static bool JSAM.JSAMExtensions.IsNullEmptyOrWhiteSpace |
( |
this string |
input | ) |
|
|
static |
◆ Subtract()
static Color JSAM.JSAMExtensions.Subtract |
( |
this Color |
thisColor, |
|
|
Color |
otherColor |
|
) |
| |
|
static |
◆ TryForComponent< T >()
static bool JSAM.JSAMExtensions.TryForComponent< T > |
( |
this Component |
obj, |
|
|
out T |
comp |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- C:/Users/jacky/Documents/Unity Projects/Simple-Unity-Audio-Manager/Assets/JSAM/Runtime/Scripts/JSAMExtensions.cs