Click or drag to resize

PointerCopyFrom Method

Copies values from the target.

Namespace:  TouchScript.Pointers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void CopyFrom(
	Pointer target
)

Parameters

target
Type: TouchScript.PointersPointer
The target pointer to copy values from.
See Also