TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Layers
StandardLayer Class
StandardLayer Methods
Awake Method
createProjectionParams Method
GetProjectionParams Method
Hit Method
setName Method
updateCamera Method
StandardLayer
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
override
ProjectionParams
GetProjectionParams
(
Pointer
pointer
)
Parameters
pointer
Type:
TouchScript.Pointers
Pointer
Pointer to retrieve projection parameters for.
Return Value
Type:
ProjectionParams
See Also
Reference
StandardLayer Class
TouchScript.Layers Namespace