BaseMeshOutline.OutlineWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
How thick (in meters) should the outline be. Overrides the "Extrusion Value" in the MRTK/Standard material.
public:
property float OutlineWidth { float get(); void set(float value); };
public float OutlineWidth { get; set; }
member this.OutlineWidth : single with get, set
Public Property OutlineWidth As Single