Class AffordanceDefinition | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX