Click or drag to resize

FreeTeleportSettingsConfig Properties

The FreeTeleportSettingsConfig type exposes the following members.

Properties
  NameDescription
Public propertyFadeTimeInSeconds
How long to wait for fading in/out (in seconds)
Public propertyIgnoreLayerMask
True if the layer mask is an ignore mask, otherwise false if it is an include mask
Public propertyIgnoreSlopedSurfaces
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)
Public propertyNavAreaMask
The area mask to use when we query the unity nav mesh
Public propertyRaycastLayerMask
Layers to include or ignore, depending on the _ignoreLayerMask value
Public propertySampleRadius
The radius to sample when we query the unity nav mesh
Top
See Also