BaseObjectCollection 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.
public ref class BaseObjectCollection abstract : UnityEngine::MonoBehaviour
public abstract class BaseObjectCollection : UnityEngine.MonoBehaviour
type BaseObjectCollection = class
inherit MonoBehaviour
Public MustInherit Class BaseObjectCollection
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourBaseObjectCollection
- Derived
Ignore |
Whether to include space for inactive transforms in the layout |
Node |
List of objects with generated data on the object. |
Node |
Read only list of objects with generated data on the object. |
On |
Action called when collection is updated |
Sort |
Type of sorting to use. |
Contains |
Check if a node exists in the NodeList. |
Contains |
Check if a node exists in the NodeList. |
Layout |
Implement for laying out all children when UpdateCollection is called. |
Prune |
Checks for empty nodes and removes them |
Sort |
Sorts NodeList based on SortType |
Update |
Rebuilds / updates the collection layout. Update collection is called from the editor button on the inspector. |
Produit | 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 |