Uses of Class
org.robovm.apple.corehaptic.CHHapticEventParameterID
| Package | Description |
|---|---|
| org.robovm.apple.corehaptic |
-
Uses of CHHapticEventParameterID in org.robovm.apple.corehaptic
Fields in org.robovm.apple.corehaptic declared as CHHapticEventParameterID Modifier and Type Field Description static CHHapticEventParameterIDCHHapticEventParameterID. AttackTimestatic CHHapticEventParameterIDCHHapticEventParameterID. AudioBrightnessstatic CHHapticEventParameterIDCHHapticEventParameterID. AudioPanstatic CHHapticEventParameterIDCHHapticEventParameterID. AudioPitchstatic CHHapticEventParameterIDCHHapticEventParameterID. AudioVolumestatic CHHapticEventParameterIDCHHapticEventParameterID. DecayTimestatic CHHapticEventParameterIDCHHapticEventParameterID. HapticIntensitystatic CHHapticEventParameterIDCHHapticEventParameterID. HapticSharpnessstatic CHHapticEventParameterIDCHHapticEventParameterID. ReleaseTimestatic CHHapticEventParameterIDCHHapticEventParameterID. SustainedMethods in org.robovm.apple.corehaptic that return CHHapticEventParameterID Modifier and Type Method Description CHHapticEventParameterIDCHHapticEventParameter. getParameterID()CHHapticEventParameterIDCHHapticPatternDict. getParameterID()static CHHapticEventParameterIDCHHapticEventParameterID.Marshaler. toObject(Class<CHHapticEventParameterID> cls, long handle, long flags)static CHHapticEventParameterIDCHHapticEventParameterID. valueOf(NSString value)Methods in org.robovm.apple.corehaptic that return types with arguments of type CHHapticEventParameterID Modifier and Type Method Description static List<CHHapticEventParameterID>CHHapticEventParameterID.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.corehaptic with parameters of type CHHapticEventParameterID Modifier and Type Method Description CHHapticParameterAttributesCHHapticDeviceCapability. getAttributes(CHHapticEventParameterID inParameter, CHHapticEventType type, NSError.NSErrorPtr outError)CHHapticParameterAttributesCHHapticDeviceCapabilityAdapter. getAttributes(CHHapticEventParameterID inParameter, CHHapticEventType type, NSError.NSErrorPtr outError)protected longCHHapticEventParameter. init(CHHapticEventParameterID parameterID, float value)CHHapticPatternDictCHHapticPatternDict. setParameterID(CHHapticEventParameterID parameterID)static longCHHapticEventParameterID.Marshaler. toNative(CHHapticEventParameterID o, long flags)Method parameters in org.robovm.apple.corehaptic with type arguments of type CHHapticEventParameterID Modifier and Type Method Description static longCHHapticEventParameterID.AsListMarshaler. toNative(List<CHHapticEventParameterID> l, long flags)static CHHapticEventParameterIDCHHapticEventParameterID.Marshaler. toObject(Class<CHHapticEventParameterID> cls, long handle, long flags)Constructors in org.robovm.apple.corehaptic with parameters of type CHHapticEventParameterID Constructor Description CHHapticEventParameter(CHHapticEventParameterID parameterID, float value)