Struct HapticCapabilities
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: UnityEngine.Experimental.Input.Plugins.XR.Haptics
Syntax
public struct HapticCapabilities
Constructors
HapticCapabilities(UInt32, UInt32, UInt32)
Declaration
public HapticCapabilities(uint numChannels, uint frequencyHz, uint maxBufferSize)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | numChannels | |
System.UInt32 | frequencyHz | |
System.UInt32 | maxBufferSize |
Properties
frequencyHz
Declaration
public uint frequencyHz { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
maxBufferSize
Declaration
public uint maxBufferSize { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
numChannels
Declaration
public uint numChannels { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |