Vector4Modulate Method (Vector4, Vector4)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Modulates a vector by another.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static Vector4 Modulate(
	Vector4 left,
	Vector4 right
)

Parameters

left
Type: RageVector4
The first vector to modulate.
right
Type: RageVector4
The second vector to modulate.

Return Value

Type: Vector4
The modulated vector.
See Also

Reference