LinksConfiguration Class
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.
Configuration for Links used in BoundsControl This class provides all data members needed to create a link of a bounds control
C++
public ref class LinksConfiguration : UnityEngine::ScriptableObject
[UnityEngine.CreateAssetMenu(fileName="LinksConfiguration", menuName="Mixed Reality Toolkit/Bounds Control/Links Configuration")]
public class LinksConfiguration : UnityEngine.ScriptableObject
[UnityEngine.CreateAssetMenu(fileName="LinksConfiguration", menuName="Mixed Reality/Toolkit/Bounds Control/Links Configuration")]
public class LinksConfiguration : UnityEngine.ScriptableObject
[<UnityEngine.CreateAssetMenu(fileName="LinksConfiguration", menuName="Mixed Reality Toolkit/Bounds Control/Links Configuration")>]
type LinksConfiguration = class
inherit ScriptableObject
[<UnityEngine.CreateAssetMenu(fileName="LinksConfiguration", menuName="Mixed Reality/Toolkit/Bounds Control/Links Configuration")>]
type LinksConfiguration = class
inherit ScriptableObject
Public Class LinksConfiguration
Inherits ScriptableObject
- Inheritance
-
UnityEngine.ScriptableObjectLinksConfiguration
- Attributes
-
UnityEngine.CreateAssetMenuAttribute
Show |
Show a wireframe around the bounds control when checked. Wireframe parameters below have no effect unless this is checked |
Wireframe |
Radius for wireframe edges |
Wireframe |
Material used for wireframe display |
Wireframe |
Shape used for wireframe display |
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |