SDLVRCapabilities Class Reference

Section Contents

Overview

The VR capabilities of the connected SDL platform.

@since SDL 1.0

+valueOf:

Convert String to SDLVRCapabilities - parameter: value The value of the string to get an object for - returns: SDLVRCapabilities

Objective-C

+ (SDLVRCapabilities *)valueOf:(NSString *)value;

Swift

class func value(of value: String!) -> SDLVRCapabilities!

Parameters

value

The value of the string to get an object for

Return Value

SDLVRCapabilities

+values

@abstract Store the enumeration of all possible SDLVRCapabilities - returns: an array that store all possible SDLVRCapabilities

Objective-C

+ (NSArray *)values;

Swift

class func values() -> [Any]!

Return Value

an array that store all possible SDLVRCapabilities

+TEXT

@abstract The SDL platform is capable of recognizing spoken text in the current language. - returns: an SDLVRCapabilities instance pointer with value of TEXT

Objective-C

+ (SDLVRCapabilities *)TEXT;

Swift

class func text() -> SDLVRCapabilities!

Return Value

an SDLVRCapabilities instance pointer with value of TEXT