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 SourceOutlineColor
The color of the outline.
Declaration
public Color OutlineColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
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 |
OutlineWidth
The width/thickness of the outline.
Declaration
public float OutlineWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single |