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