Click or drag to resize

FingersThirdPersonControllerScriptScaled Method

Scaled event. Call this from your script to initiate zoom the main camera in and out.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Scaled(
	GestureRecognizer scaleGesture
)

Parameters

scaleGesture
Type: DigitalRubySharedGestureRecognizer
Scale gesture.
See Also