We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class Billboard

    The Billboard class implements the behaviors needed to keep a GameObject oriented towards the user.

    Inheritance
    Object
    Billboard
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class Billboard : MonoBehaviour

    Properties

    PivotAxis

    The axis about which the object will rotate.

    Declaration
    public PivotAxis PivotAxis { get; set; }
    Property Value
    Type Description
    PivotAxis

    TargetTransform

    The target we will orient to. If no target is specified, the main camera will be used.

    Declaration
    public Transform TargetTransform { get; set; }
    Property Value
    Type Description
    Transform
    Back to top Generated by DocFX