BaseMeshOutline.outlineWidth Field

Definition

protected: float outlineWidth;
[UnityEngine.Range(0.001, 1)]
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("How thick (in meters) should the outline be. Overrides the "Extrusion Value" in the MRTK/Standard material.")]
protected float outlineWidth;
[<UnityEngine.Range(0.001, 1)>]
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("How thick (in meters) should the outline be. Overrides the "Extrusion Value" in the MRTK/Standard material.")>]
val mutable outlineWidth : single
Protected outlineWidth As Single 

Field Value

Attributes
UnityEngine.RangeAttribute UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute

Applies to