mvec2
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the MVEC2 data type.
Value syntax
1 1,0 0,1 0
Description
Comma-separated (',') array of SVEC2 values. Used to list, for example, a list of points or 2D positions.
Attributes
These are the attributes for MVEC2.
|
Attribute |
Type |
Description |
|---|---|---|
|
[i] or elementAt(i) |
svec2 |
Use to obtain a single indexed value. |
|
isModified |
sbool |
Set to True in the frame where the value of this field is modified. |
|
length |
sint |
Returns the number of elements. |
|
type |
sstring |
Returns the type name. |