API reference
API reference
Select your platform
No SDKs available
No versions available

IsdkSystems Class

Modifiers: final
Isdk adds support for more generic device agnostic input handling. It fully supports hand and controller based interactions, such as near-field surface touch, distance grabbing, ray selecting. When this feature is present, it will disable the default SpatialSDK input system.

Constructors

IsdkSystems ( ctx )
Signature
constructor(ctx: Context)
Parameters
ctx: Context
  The Android context.

Properties

ctx : Context
[Get]
The Android context.
Signature
val ctx: Context

Functions

componentsToRegister ()
Signature
fun componentsToRegister(): List<ComponentRegistration>
Returns
List
earlySystemsToRegister ( externalControllerInputHandler )
Signature
fun earlySystemsToRegister(externalControllerInputHandler: ExternalControllerInputHandler): List<SystemBase>
Parameters
externalControllerInputHandler: ExternalControllerInputHandler
Returns
List
systemsToRegister ()
Signature
fun systemsToRegister(): List<SystemBase>
Returns
List
Did you find this page helpful?