Layermask Extensions.
More...
|
| static bool | MMContains (this LayerMask mask, int layer) |
| | Returns bool if layer is within layermask.
|
| static bool | MMContains (this LayerMask mask, GameObject gameobject) |
| | Returns true if gameObject is within layermask.
|
◆ MMContains() [1/2]
| bool MoreMountains.Tools.LayermaskExtensions.MMContains |
( |
this LayerMask | mask, |
|
|
GameObject | gameobject ) |
|
static |
Returns true if gameObject is within layermask.
- Parameters
-
- Returns
◆ MMContains() [2/2]
| bool MoreMountains.Tools.LayermaskExtensions.MMContains |
( |
this LayerMask | mask, |
|
|
int | layer ) |
|
static |
Returns bool if layer is within layermask.
- Parameters
-
- Returns
The documentation for this class was generated from the following file: