VibratePos
Summary
This behaviour causes the asset to vibrate positionally.
Parameters
Amount
Type: Float Default: 5
The distance in which the asset will move per vibration.
Speed
Type: Float Default: 1
The speed at which the asset will vibrate.
Axis
Type: Vector3 Default: 0,0,1
The axis in which the asset will move in order to show its vibration.
Examples
<vibratepos Amount="3" Speed="1.5" Axis="0,1,0" />
The above code will cause the asset to vibrate a distance of 3 at a speed of 1.5 on the 0,1,0 Axis (converted to x,y,z axis, meaning it will vibrate on the Y axis).