ObjectRole 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.
Role (ex: is a button) for an object that may appear in the scene.
C#
[UnityEngine.CreateAssetMenu(fileName="ObjectRole.asset", menuName="MRTK/Accessibility/Object Role")]
public class ObjectRole : UnityEngine.ScriptableObject
[<UnityEngine.CreateAssetMenu(fileName="ObjectRole.asset", menuName="MRTK/Accessibility/Object Role")>]
type ObjectRole = class
inherit ScriptableObject
Public Class ObjectRole
Inherits ScriptableObject
- Inheritance
-
UnityEngine.ScriptableObjectObjectRole
- Attributes
-
UnityEngine.CreateAssetMenuAttribute
Description |
Description of the role. |
Formal |
Formal name of the role. |
Is |
Is this an ARIA role? |
Reference |
Optional link to additional information about the role. |
מוצר | גירסאות |
---|---|
MRTK3 Accessibility | 1.0 |