NullableVector4.

CopyFrom(Vector3) Method

Summary

Sets each of the components of this vector to be the same as the specified `value`.

Syntax

public void CopyFrom(Vector3 value)

Parameters

Name Type Description
value Vector3

Return Value

Type Description
void