Search Results for

    Show / Hide Table of Contents

    Class Outline

    The Outline script is automatically attached to TrainAR objects on conversion and handles the outlining for e.g. selection, success or failure. It is called and handled by the MaterialController.

    Inheritance
    System.Object
    Outline
    Namespace: Interaction
    Assembly: Assembly-CSharp.dll
    Syntax
    public class Outline : MonoBehaviour

    Properties

    | Improve this Doc View Source

    OutlineColor

    The color of the outline.

    Declaration
    public Color OutlineColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    OutlineMode

    The type of outline used. (e.g. if it shows through other objects)

    Declaration
    public Outline.Mode OutlineMode { get; set; }
    Property Value
    Type Description
    Outline.Mode
    | Improve this Doc View Source

    OutlineWidth

    The width/thickness of the outline.

    Declaration
    public float OutlineWidth { get; set; }
    Property Value
    Type Description
    System.Single
    • Improve this Doc
    • View Source
    In This Article
    Back to top TrainAR Documentation