Skip to content

Vector3Value

Vector3Value is a ValueBase that stores Vector3.

Inherits ValueBase

Properties

Value : Vector3 = (5, 123, 10)

The value of this object.

Example

vecValue.Value = Vector3.New(5, 123, 10)