vec3.z: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
|class = Vec3 | |class = Vec3 | ||
|name = z | |name = z | ||
|readonly = false | |||
|returnTypes = float | |returnTypes = float | ||
|usage = fetch or set the Z component of the 3D vector | |usage = fetch or set the Z component of the 3D vector | ||
|returnInfo = a floating-point number representing the Z component of the 3D vector | |returnInfo = a floating-point number representing the Z component of the 3D vector | ||
}} | }} |
Latest revision as of 22:45, 17 November 2022
Property
Server and Client
Online and Offline
Read and Set
Available since Server 1.0.0, Client 1.0.0
float vec3.z
The vec3.z property is used to fetch or set the Z component of the 3D vector.
Value
float | A floating-point number representing the Z component of the 3D vector. |
read/set | This property can be changed, as well as read. |
Types
Shared
Vec3
Notes
There aren't any notes for this property.
Examples
There aren't any examples for this property.
Compatibility
There isn't any compatibility information for this property.