Class AffordanceDefinition | Unity Reflect | 1.1.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class AffordanceDefinition

    Definition containing data that represents this affordance

    Inheritance
    Object
    AffordanceDefinition
    Namespace: UnityEditor.Experimental.EditorVR.Core
    Syntax
    [Serializable]
    public class AffordanceDefinition

    Properties

    animationDefinitions

    The animation definition used to drive translation/rotation changes to the visual elements representing this affordance

    Declaration
    public AffordanceAnimationDefinition[] animationDefinitions { get; set; }
    Property Value
    Type Description
    AffordanceAnimationDefinition[]

    control

    The control associated with this affordance

    Declaration
    public VRInputDevice.VRControl control { get; set; }
    Property Value
    Type Description
    VRInputDevice.VRControl

    visibilityDefinitions

    The visibility definition used to drive changes to the visual elements representing this affordance

    Declaration
    public AffordanceVisibilityDefinition[] visibilityDefinitions { get; set; }
    Property Value
    Type Description
    AffordanceVisibilityDefinition[]
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023