HandlesBaseConfiguration 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 base class for any BoundsControl handle type deriving from HandlesBase
public ref class HandlesBaseConfiguration abstract : UnityEngine::ScriptableObject
public abstract class HandlesBaseConfiguration : UnityEngine.ScriptableObject
type HandlesBaseConfiguration = class
inherit ScriptableObject
Public MustInherit Class HandlesBaseConfiguration
Inherits ScriptableObject
- Inheritance
-
UnityEngine.ScriptableObjectHandlesBaseConfiguration
- Derived
Collider |
Additional padding to apply to the handle collider to make handle easier to hit |
Draw |
Check to draw a tether point from the handles to the hand when manipulating. |
Handle |
Material applied to handles while they are a grabbed |
Handle |
Material applied to handles when they are not in a grabbed state |
Handle |
Prefab used to display this type of bounds control handle. If not set, default shape will be used (scale default: boxes, rotation default: spheres) |
Handles |
Add a Collider here if you do not want the handle colliders to interact with another object's collider. |
Handle |
Size of the handle collidable |
Proizvod | Verzije |
---|---|
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 |