KeepFacingCamera Class

Definition

Caution

This component is no longer supported

This script continuously updates the orientation of the associated game object to keep facing the camera/user.

public ref class KeepFacingCamera : UnityEngine::MonoBehaviour
[System.Obsolete("This component is no longer supported", true)]
[UnityEngine.AddComponentMenu("Scripts/MRTK/Obsolete/KeepFacingCamera")]
public class KeepFacingCamera : UnityEngine.MonoBehaviour
[<System.Obsolete("This component is no longer supported", true)>]
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Obsolete/KeepFacingCamera")>]
type KeepFacingCamera = class
    inherit MonoBehaviour
Public Class KeepFacingCamera
Inherits MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
KeepFacingCamera
Attributes
ObsoleteAttribute UnityEngine.AddComponentMenuAttribute

Constructors

KeepFacingCamera()

Applies to