Class 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 |