FreeTeleportSettingsConfig Fields |
Name | Description | |
---|---|---|
_fadeTimeInSeconds | ||
_ignoreLayerMask |
True if the layer mask is an ignore mask, otherwise false if it is an include mask
| |
_ignoreSlopedSurfaces |
If set to true, we will check the hit point and if it is sloped, we will ignore the hit (if the dot product of the hit point normal with the world up vector normal < 0.99f)
| |
_navAreaMask |
The area mask to use when we query the unity nav mesh
| |
_raycastLayerMask |
Layers to include or ignore, depending on the _ignoreLayerMask value
| |
_sampleRadius |
The radius to sample when we query the unity nav mesh
|