Vector4Variable
Derives from RuntimeVariable<T>
.
Description
Represents an observable Vector4
value that can be shared and modified throughout the application.
Public Methods
CopyFrom(Vector2IntVariable)
- Copies the value of anotherVector2IntVariable
into this variable.CopyFrom(Vector2Variable)
- Copies the value of anotherVector2Variable
into this variable.CopyFrom(Vector3Variable)
- Copies the value of anotherVector3Variable
into this variable.CopyFrom(Vector4Variable)
- Copies the value of anotherVector4Variable
into this variable.CopyTo(Vector4Variable)
- Copies the value from this variable into anotherVector4Variable
.