TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Pointers
PointerFactory Class
PointerFactory Methods
Create Method
PointerFactory
Create Method
Creates a pointer of certain type attached to the input source.
Namespace:
TouchScript.Pointers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
static
Pointer
Create
(
Pointer
PointerType
type
,
IInputSource
input
)
Parameters
type
Type:
TouchScript.Pointers
Pointer
PointerType
Pointer type to create.
input
Type:
TouchScript.InputSources
IInputSource
Input source to attach the pointer to.
Return Value
Type:
Pointer
See Also
Reference
PointerFactory Class
TouchScript.Pointers Namespace