[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.MultiplyRef

MultiplyRef Method

MultiplyRef(out Vector3, ref Vector3, float)

Scales a vector by the given value.

Declaration
public static void MultiplyRef(out Vector3 result, ref Vector3 value, float scale)
Parameters
Type Name Description
Vector3 result

When the method completes, contains the scaled vector.

Vector3 value

The vector to scale.

float scale

The amount by which to scale the vector.