mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class TetheredPlacement

    Helper script to respawn objects if they go too far from their original position. Useful for objects that will fall forever etc.

    Inheritance
    Object
    TetheredPlacement
    Implements
    MonoBehaviour
    Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos
    Assembly: cs.temp.dll.dll
    Syntax
    public class TetheredPlacement : MonoBehaviour, MonoBehaviour

    Fields

    DistanceThreshold

    Declaration
    public float DistanceThreshold
    Field Value
    Type Description
    Single

    DistanceThreshold

    Declaration
    public float DistanceThreshold
    Field Value
    Type Description
    Single

    Methods

    LockSpawnPoint()

    Declaration
    public void LockSpawnPoint()

    LockSpawnPoint()

    Declaration
    public void LockSpawnPoint()

    Implements

    MonoBehaviour
    In This Article
    • Fields
      • DistanceThreshold
      • DistanceThreshold
    • Methods
      • LockSpawnPoint()
      • LockSpawnPoint()
    • Implements
    Back to top Generated by DocFX