Click or drag to resize

FingersThirdPersonControllerScriptMoved Method

Moved event. Call this from your script to perform movement.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Moved(
	Vector2 panAmount
)

Parameters

panAmount
Type: Vector2
The amount of the pan that will cause movement
See Also