Vector3Value
Inherits from ValueBase
Vector3Value is a ValueBase that stores Vector3.
Summary
Properties
Value:Vector3=
Properties
Value
Vector3Value.Value: Vector3=
Parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
5 | any | - | |
123 | any | - | |
10 | any | - |
The value of this object.
Example
vecValue.Value = Vector3.New(5, 123, 10)