LinksConfiguration Class
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.
Configuration for Links used in BoundsControl This class provides all data members needed to create a link of a bounds control
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
Constructors
LinksConfiguration() |
Properties
ShowWireFrame |
Show a wireframe around the bounds control when checked. Wireframe parameters below have no effect unless this is checked |
WireframeEdgeRadius |
Radius for wireframe edges |
WireframeMaterial |
Material used for wireframe display |
WireframeShape |
Shape used for wireframe display |
Methods
Awake() |