TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Layers
TouchLayer Class
TouchLayer Methods
addPointer Method
Awake Method
cancelPointer Method
checkHitFilters Method
createProjectionParams Method
GetProjectionParams Method
Hit Method
OnDestroy Method
pressPointer Method
releasePointer Method
removePointer Method
setName Method
updatePointer Method
TouchLayer
GetProjectionParams Method
Gets the projection parameters of this layer which might depend on a specific pointer data.
Namespace:
TouchScript.Layers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
virtual
ProjectionParams
GetProjectionParams
(
Pointer
pointer
)
Parameters
pointer
Type:
TouchScript.Pointers
Pointer
Pointer to retrieve projection parameters for.
Return Value
Type:
ProjectionParams
See Also
Reference
TouchLayer Class
TouchScript.Layers Namespace