Class HapticPulse | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class HapticPulse

    Inheritance
    Object
    HapticPulse
    Namespace: UnityEditor.Experimental.EditorVR.Core
    Syntax
    public class HapticPulse : ScriptableObject

    Properties

    duration

    Declaration
    public float duration { get; }
    Property Value
    Type Description
    Single

    fadeIn

    Declaration
    public bool fadeIn { get; }
    Property Value
    Type Description
    Boolean

    fadeOut

    Declaration
    public bool fadeOut { get; }
    Property Value
    Type Description
    Boolean

    intensity

    Declaration
    public float intensity { get; }
    Property Value
    Type Description
    Single
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX