Click or drag to resize

GestureDataGetResampled Method

Resize the gesture with resampling.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GestureData GetResampled(
	int size
)

Parameters

size
Type: SystemInt32
The new size (as a number of points, must be greater than 1).

Return Value

Type: GestureData
The resized gesture.
Remarks
Important note Important
The gesture must be valid.
See Also