ExtendsAttribute 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.
Constraint that allows selection of classes that extend a specific class when selecting a SystemType with the Unity inspector.
public ref class ExtendsAttribute sealed : Microsoft::MixedReality::Toolkit::SystemTypeAttribute
public sealed class ExtendsAttribute : Microsoft.MixedReality.Toolkit.SystemTypeAttribute
type ExtendsAttribute = class
inherit SystemTypeAttribute
Public NotInheritable Class ExtendsAttribute
Inherits SystemTypeAttribute
- Inheritance
Extends |
Initializes a new instance of the ExtendsAttribute class. |
Allow |
Gets or sets whether abstract classes can be selected from drop-down.
Defaults to a value of |
Base |
Gets the type of class that selectable classes must derive from. |
Grouping |
Gets or sets grouping of selectable classes. Defaults to ByNamespaceFlat unless explicitly specified. (Inherited from SystemTypeAttribute) |
Is |
Determines whether the specified Type satisfies filter constraint. |
Ürün | Sürümler |
---|---|
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 |