Click or drag to resize

RotateAroundAxisSetSpeed Method (Int32)

Sets the current speed as an integer. This method only exists because the Unity event system could not call a method with an enum in Unity 5.0.

Namespace:  Rewired.ComponentControls.Effects
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetSpeed(
	int speed
)

Parameters

speed
Type: SystemInt32
Speed enum as an integer.
See Also