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

IControllerDataModifier Interface

Outdated interface no longer used by the Interaction SDK.
This interface will be removed in a future release, and new dependencies should not be take upon it.

Methods

Apply ( controllerDataAsset , handedness )
Obsolete method no longer used by the Interaction SDK.
Historically, invoking this would alter the data represented in controllerDataAsset according to the modification encapsulated in the implementing concrete type.
Signature
void Oculus.Interaction.Input.IControllerDataModifier.Apply(ControllerDataAsset controllerDataAsset, Handedness handedness)
Parameters
controllerDataAsset: ControllerDataAsset  The ControllerDataAsset in which to modify data
handedness: Handedness  The handedness of controllerDataAsset
Returns
void