mvec4
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the MVEC4 data type.
Value syntax
1 1 1 1, 0 0 0 0,1 0 0 1
Description
Comma-separated array of SVEC4 values. Used to handle, for example, a list of colors with alpha.
Attributes
These are the attributes for MVEC4.
|
Attribute |
Type |
Description |
|---|---|---|
|
[i] or elementAt(i) |
svec4 |
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. |