| GestureDataGetResampled Method |
Resize the gesture with resampling.
Namespace:
RavingBots.MagicGestures.Controller
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax 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:
GestureDataThe resized gesture.
Remarks Important |
---|
The gesture must be valid.
|
See Also